diff -Nru coco-doc-20060919/debian/changelog coco-doc-20060919.0/debian/changelog --- coco-doc-20060919/debian/changelog 2006-11-10 14:40:53.000000000 +0000 +++ coco-doc-20060919.0/debian/changelog 2019-12-15 03:29:44.000000000 +0000 @@ -1,3 +1,18 @@ +coco-doc (20060919.0-1) unstable; urgency=medium + + * QA upload. + * Finish the package salvage process. (Closes: #944367) + * Regenerate new source package and use "3.0 (quilt)" format. + * debian/control: + + Bump debhelper compat to v12. + + Bump Standards-Version to 4.4.1. + + Update Vcs-* fields to use git packaging repo under Salsa + Debian group. + * debian/rules: Use dh sequencer. + * debian/copyright: Rewrite with machine-readable format. + + -- Boyuan Yang Sat, 14 Dec 2019 22:29:44 -0500 + coco-doc (20060919-2) unstable; urgency=low * Added dokumentation as OpenOffice documents and removed diff -Nru coco-doc-20060919/debian/compat coco-doc-20060919.0/debian/compat --- coco-doc-20060919/debian/compat 2006-11-10 14:21:19.000000000 +0000 +++ coco-doc-20060919.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -5 diff -Nru coco-doc-20060919/debian/control coco-doc-20060919.0/debian/control --- coco-doc-20060919/debian/control 2006-11-10 14:08:05.000000000 +0000 +++ coco-doc-20060919.0/debian/control 2019-12-15 03:29:44.000000000 +0000 @@ -1,12 +1,18 @@ Source: coco-doc Section: doc Priority: optional -Maintainer: Loeberbauer Markus -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.2 +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.4.1 +Rules-Requires-Root: no +Homepage: http://ssw.jku.at/Coco/ +Vcs-Git: https://salsa.debian.org/debian/coco-doc.git +Vcs-Browser: https://salsa.debian.org/debian/coco-doc Package: coco-doc Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} Description: Documentation for the Coco/R Compiler Generator Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner @@ -15,4 +21,3 @@ checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. . See /usr/share/doc/cocosourcesdoc. - diff -Nru coco-doc-20060919/debian/copyright coco-doc-20060919.0/debian/copyright --- coco-doc-20060919/debian/copyright 2006-11-10 14:22:51.000000000 +0000 +++ coco-doc-20060919.0/debian/copyright 2019-12-15 03:26:58.000000000 +0000 @@ -1,34 +1,38 @@ -Documentation for the Compiler Generator Coco/R, -Copyright (c) 1990, 2004 Hanspeter Moessenboeck, University of Linz -extended by M. Loeberbauer & A. Woess, Univ. of Linz -with improvements by Pat Terry, Rhodes University - -Debian packaging: Copyright (c) 2004-2006 Markus Loeberbauer - -This program is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received a copy of the GNU General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -As an exception, it is allowed to write an extension of Coco/R that is -used as a plugin in non-free software. - -If not otherwise stated, any source code generated by Coco/R (other than -Coco/R itself) does not fall under the GNU General Public License. - - --- - -A copy of the GNU General Public License (GPL) is available at: -Debian GNU/Linux: /usr/share/common-licenses/GPL -World Wide Web: http://www.gnu.org/copyleft/gpl.html - +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: coco-doc +Source: http://ssw.jku.at/Coco/ + +Files: * +Copyright: 1990, 2004, 2010 Hanspeter Moessenboeck, University of Linz + 2010 Markus Löberbauer + 2010 Albrecht Wöß, University of Linz +License: GPL-2.0+ with CocoR exception + +Files: debian/* +Copyright: 2004-2006 Markus Loeberbauer +License: GPL-2.0+ with CocoR exception + +License: GPL-2.0+ with CocoR exception + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2, or (at your option) any + later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA. + . + As an exception, it is allowed to write an extension of Coco/R that is + used as a plugin in non-free software. + . + If not otherwise stated, any source code generated by Coco/R (other than + Coco/R itself) does not fall under the GNU General Public License. + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. diff -Nru coco-doc-20060919/debian/docs coco-doc-20060919.0/debian/docs --- coco-doc-20060919/debian/docs 2006-11-10 14:25:48.000000000 +0000 +++ coco-doc-20060919.0/debian/docs 2019-12-15 03:29:35.000000000 +0000 @@ -1,4 +1,4 @@ UserManual.pdf -DataStructures.pdf UserManual.odt +DataStructures.pdf DataStructures.odt diff -Nru coco-doc-20060919/debian/examples coco-doc-20060919.0/debian/examples --- coco-doc-20060919/debian/examples 1970-01-01 00:00:00.000000000 +0000 +++ coco-doc-20060919.0/debian/examples 2019-12-15 03:26:58.000000000 +0000 @@ -0,0 +1 @@ +examples/* diff -Nru coco-doc-20060919/debian/rules coco-doc-20060919.0/debian/rules --- coco-doc-20060919/debian/rules 2006-11-10 14:23:47.000000000 +0000 +++ coco-doc-20060919.0/debian/rules 2019-12-15 03:29:22.000000000 +0000 @@ -1,61 +1,11 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +%: + dh $@ -clean: - dh_clean +override_dh_missing: + dh_missing --fail-missing -build: - # nothing to be done here - -install: - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/coco-doc. - -binary-arch: - # nothing to be done here - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples examples/* -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress -X.pdf - dh_fixperms -# dh_perl -# dh_python -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary install configure +override_dh_compress: + dh_compress -X.pdf -X.odt diff -Nru coco-doc-20060919/debian/source/format coco-doc-20060919.0/debian/source/format --- coco-doc-20060919/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ coco-doc-20060919.0/debian/source/format 2019-12-15 03:29:44.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)