Bug#664305: [PATCH] catwalk: Helping to update to packaging format 3.0
Package: catwalk Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From dbb0af118922d1f9037e718143c7c0903aa0c664 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sun, 26 Feb 2012 08:58:07 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/changelog |9 + debian/compat |2 +- debian/control |5 ++--- debian/patches/00dpatch.conf |2 -- debian/patches/00list |1 - .../{force-init_py.dpatch => force-init_py.patch} |8 ++-- debian/patches/series |1 + debian/rules |1 - debian/source/format |2 +- 9 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 debian/patches/00dpatch.conf delete mode 100644 debian/patches/00list rename debian/patches/{force-init_py.dpatch => force-init_py.patch} (72%) create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 656e184..b625bb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +catwalk (2.0.2-5) unstable; urgency=low + + * QA upload. + * Non-maintainer upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto Sun, 26 Feb 2012 08:28:17 -0500 + catwalk (2.0.2-4) unstable; urgency=low [ Jakub Wilk ] diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 78cb50a..2538494 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,12 @@ Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: - debhelper (>= 7), + debhelper (>= 9), cdbs, - dpatch, python, python-support, python-setuptools -Standards-Version: 3.8.2 +Standards-Version: 3.9.3 Homepage: http://www.catwalk.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/catwalk/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/catwalk/trunk/ diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf deleted file mode 100644 index 685acc6..000 --- a/debian/patches/00dpatch.conf +++ /dev/null @@ -1,2 +0,0 @@ -conf_debianonly=1 -conf_origtargzpath=../tarballs diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 18b0fb2..000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -force-init_py diff --git a/debian/patches/force-init_py.dpatch b/debian/patches/force-init_py.patch similarity index 72% rename from debian/patches/force-init_py.dpatch rename to debian/patches/force-init_py.patch index fa7b183..e4f79ae 100644 --- a/debian/patches/force-init_py.dpatch +++ b/debian/patches/force-init_py.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## force-init_py.dpatch by Stefano Zacchiroli -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: avoid removal of apparently useless __init__.py by pysupport +From: Stefano Zacchiroli +Subject: avoid removal of apparently useless __init__.py by pysupport -@DPATCH@ diff -urNad trunk~/catwalk/static/__init__.py trunk/catwalk/static/__init__.py --- trunk~/catwalk/static/__init__.py 2008-12-15 01:50:41.0 +0100 +++ trunk/catwalk/static/__init__.py 2009-07-04 12:41:56.317687405 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000..2ce8c0e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +force-init_py.patch diff --git a/debian/rules b/debian/rules index f123c8b..d5a0d60 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/dpatch.mk PKG = python-catwalk DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debia
Bug#664306: [PATCH] fetchexc: Helping to update to packaging format 3.0
Package: fetchexc Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From f1ae4611ad2f6eca3b1e68cb83faf960d26b26c8 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sun, 26 Feb 2012 09:10:49 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/changelog |8 debian/compat |2 +- debian/control |4 ++-- ...uild_changes.dpatch => 001_build_changes.patch} |8 ++-- ..._fetchexc.dpatch => 002_usr_bin_fetchexc.patch} |8 ++-- debian/patches/00list |2 -- debian/patches/series |2 ++ debian/rules |1 - debian/source/format |1 + 9 files changed, 18 insertions(+), 18 deletions(-) rename debian/patches/{001_build_changes.dpatch => 001_build_changes.patch} (90%) rename debian/patches/{002_usr_bin_fetchexc.dpatch => 002_usr_bin_fetchexc.patch} (62%) delete mode 100644 debian/patches/00list create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 4def310..2a390c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +fetchexc (2.0-5) unstable; urgency=low + + * Non-maintainer upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto Sun, 26 Feb 2012 09:09:26 -0500 + fetchexc (2.0-4) unstable; urgency=low * QA upload. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 70617ed..8653231 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: fetchexc Section: net Priority: optional Maintainer: Debian QA Group -Build-Depends: cdbs, debhelper (>= 7), dpatch, ant, default-jdk +Build-Depends: cdbs, debhelper (>= 9), ant, default-jdk Build-Depends-Indep: libcommons-httpclient-java, xsltproc, docbook-xsl -Standards-Version: 3.8.3 +Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/fetchexc Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/fetchexc/ Homepage: http://personal.inet.fi/atk/fetchexc/ diff --git a/debian/patches/001_build_changes.dpatch b/debian/patches/001_build_changes.patch similarity index 90% rename from debian/patches/001_build_changes.dpatch rename to debian/patches/001_build_changes.patch index 8dd3e2b..7da7317 100644 --- a/debian/patches/001_build_changes.dpatch +++ b/debian/patches/001_build_changes.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## build_changes.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Changes to allow the library to be built for Debian +From: +Subject: Changes to allow the library to be built for Debian -@DPATCH@ --- ../build.xml 2007-03-28 02:35:01.0 +1000 +++ ../build.xml 2007-08-05 17:49:42.0 +1000 diff --git a/debian/patches/002_usr_bin_fetchexc.dpatch b/debian/patches/002_usr_bin_fetchexc.patch similarity index 62% rename from debian/patches/002_usr_bin_fetchexc.dpatch rename to debian/patches/002_usr_bin_fetchexc.patch index 3e2ba8e..00c9995 100644 --- a/debian/patches/002_usr_bin_fetchexc.dpatch +++ b/debian/patches/002_usr_bin_fetchexc.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 002_usr_bin_fetchexc.dpatch by Ted Percival -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Creates a wrapper script ready for /usr/bin +From: Ted Percival +Subject: Creates a wrapper script ready for /usr/bin -@DPATCH@ --- /dev/null Thu Jan 01 00:00:00 1970 + +++ ../src/fetchexc Mon Aug 06 21:18:53 2007 +1000 diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index a4a63b2..000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -001_build_changes -002_usr_bin_fetchexc diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000..d86e76c --- /dev/null +++ b/debian/patches
Bug#664321: [PATCH] xtermset: Helping to update to packaging format 3.0
Package: xtermset Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From 436e56c849c47abc7861b25b0380bc4142be6d82 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 27 Feb 2012 02:56:21 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/README.source |6 -- debian/changelog |8 debian/compat |2 +- debian/control |4 ++-- debian/patches/00list |1 - ...> 01-fix-wrong-use-of-hyphens-in-manpage.patch} |8 ++-- debian/patches/series |1 + debian/rules |5 ++--- debian/source/format |1 + 9 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 debian/README.source delete mode 100644 debian/patches/00list rename debian/patches/{01-fix-wrong-use-of-hyphens-in-manpage.dpatch => 01-fix-wrong-use-of-hyphens-in-manpage.patch} (92%) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 7f7837a..000 --- a/debian/README.source +++ /dev/null @@ -1,6 +0,0 @@ -This package uses dpatch to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -Further information can be found here (with the dpatch package installed): -/usr/share/doc/dpatch/README.source.gz diff --git a/debian/changelog b/debian/changelog index 4c8cd95..5df7d1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xtermset (0.5.2-5) unstable; urgency=low + + * QA upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto Mon, 27 Feb 2012 02:54:01 -0500 + xtermset (0.5.2-4) unstable; urgency=low * Orphan this package diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 9b3af91..fe15bb4 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: xtermset Section: x11 Priority: optional Maintainer: Debian QA Group -Build-Depends: debhelper (>= 5), autoconf, automake, dpatch +Build-Depends: debhelper (>= 9), autoconf, automake Homepage: http://www.bje.nu/apps/xtermset/ Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/xtermset/trunk Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/xtermset -Standards-Version: 3.8.0 +Standards-Version: 3.9.3 Package: xtermset Architecture: any diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 0c5cd58..000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -01-fix-wrong-use-of-hyphens-in-manpage diff --git a/debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.dpatch b/debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.patch similarity index 92% rename from debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.dpatch rename to debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.patch index 9309260..f6a13ef 100644 --- a/debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.dpatch +++ b/debian/patches/01-fix-wrong-use-of-hyphens-in-manpage.patch @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01-fix-wrong-use-of-hyphens-in-manpage.dpatch by Patrick Schoenfeld -## -## -## DP: Fix wrong use of hyphens in the manpage +From: Patrick Schoenfeld +Subject: Fix wrong use of hyphens in the manpage -@DPATCH@ diff -urNad xtermset-0.5.2~/doc/xtermset.1 xtermset-0.5.2/doc/xtermset.1 --- xtermset-0.5.2~/doc/xtermset.1 2000-12-20 16:53:52.0 +0100 +++ xtermset-0.5.2/doc/xtermset.1 2008-02-25 15:12:42.613308808 +0100 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000..e5ba41d --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-fix-wrong-use-of-hyphens-in-manpage.patch diff --git a/debian/rules b/debian/rules index b7aee99..2feb8b0 100755
Bug#664309: [PATCH] tg.devtools: Helping to update to packaging format 3.0
Package: tg.devtools Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From a1b70c7e97504b880d8d35a66c45a0b51c036533 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 27 Feb 2012 02:50:34 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/changelog | 10 + debian/compat |2 +- debian/control |5 +-- debian/patches/00dpatch.conf |2 - debian/patches/00list |2 - debian/patches/avoid-catwalk-dep.dpatch| 21 debian/patches/avoid-catwalk-dep.patch | 20 +++ ...e-shebang.dpatch => fix-template-shebang.patch} |9 +-- ...-by-default.dpatch => no-auth-by-default.patch} | 10 ++-- debian/patches/series |2 + debian/rules |1 - debian/source/format |2 +- 12 files changed, 41 insertions(+), 45 deletions(-) delete mode 100644 debian/patches/00dpatch.conf delete mode 100644 debian/patches/00list delete mode 100644 debian/patches/avoid-catwalk-dep.dpatch create mode 100644 debian/patches/avoid-catwalk-dep.patch rename debian/patches/{fix-template-shebang.dpatch => fix-template-shebang.patch} (61%) rename debian/patches/{no-auth-by-default.dpatch => no-auth-by-default.patch} (70%) create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 1619ee7..6dd58c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +tg.devtools (2.0.2-3) unstable; urgency=low + + * QA upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". +Note: some patches were updated with "quilt refresh" to make +patches apply cleanly. + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto Mon, 27 Feb 2012 02:47:10 -0500 + tg.devtools (2.0.2-2) unstable; urgency=low * Orphan package. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 7db6712..a5da7ff 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: - debhelper (>= 7), + debhelper (>= 9), cdbs, - dpatch, python-dev, python-support, python-setuptools, @@ -17,7 +16,7 @@ Build-Depends: python-zope.sqlalchemy (>= 0.4), python-sqlalchemy (>= 0.5), python-repoze.what-plugins -Standards-Version: 3.8.3 +Standards-Version: 3.9.3 Homepage: http://www.turbogears.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/tg.devtools/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tg.devtools/trunk/ diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf deleted file mode 100644 index 685acc6..000 --- a/debian/patches/00dpatch.conf +++ /dev/null @@ -1,2 +0,0 @@ -conf_debianonly=1 -conf_origtargzpath=../tarballs diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 55a31e9..000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -fix-template-shebang -avoid-catwalk-dep diff --git a/debian/patches/avoid-catwalk-dep.dpatch b/debian/patches/avoid-catwalk-dep.dpatch deleted file mode 100644 index 6a0e073..000 --- a/debian/patches/avoid-catwalk-dep.dpatch +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## avoid-catwalk-dep.dpatch by Stefano Zacchiroli -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fix to avoid declaring a useless dep on Catwalk, if auth -## DP: support has not been requested on a given project. - -@DPATCH@ -diff -urNad trunk~/devtools/templates/turbogears/setup.py_tmpl trunk/devtools/templates/turbogears/setup.py_tmpl trunk~/devtools/templates/turbogears/setup.py_tmpl 2009-03-16 23:57:55.0 +0100 -+++ trunk/devtools/templates/turbogears/setup.py_tmpl 2009-06-21 13:26:40.663854382 +0200 -@@ -15,7 +15,9 @@ - #url='', - install_requires=[ - "TurboGears2 >=
Bug#664308: [PATCH] libhiglayout-java: Helping to update to packaging format 3.0
Package: libhiglayout-java Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From 03ba55f4364314366b34ff2d8842aeb470ee929e Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sun, 26 Feb 2012 09:19:34 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/changelog |8 debian/compat |2 +- debian/control |4 ++-- debian/patches/00list |1 - .../{10-makefile.dpatch => 10-makefile.patch} |9 ++--- debian/patches/series |1 + debian/rules |1 - debian/source/format |1 + 8 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{10-makefile.dpatch => 10-makefile.patch} (69%) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index eeffafd..abe05aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libhiglayout-java (1.0-6) unstable; urgency=low + + * QA upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto Sun, 26 Feb 2012 09:19:06 -0500 + libhiglayout-java (1.0-5) unstable; urgency=low * QA upload. diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 20b4443..0734900 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: libs Priority: optional Maintainer: Debian QA Group Build-Depends-Indep: java-gcj-compat-dev -Build-Depends: cdbs, debhelper (>= 5), dpatch -Standards-Version: 3.7.3 +Build-Depends: cdbs, debhelper (>= 9) +Standards-Version: 3.9.3 Homepage: http://www.autel.cz/dmi/tutorial.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/packages/trunk/libhiglayout-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/packages/trunk/libhiglayout-java/ diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index a8138aa..000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -10-makefile \ No newline at end of file diff --git a/debian/patches/10-makefile.dpatch b/debian/patches/10-makefile.patch similarity index 69% rename from debian/patches/10-makefile.dpatch rename to debian/patches/10-makefile.patch index 872f6b8..e38f234 100644 --- a/debian/patches/10-makefile.dpatch +++ b/debian/patches/10-makefile.patch @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10-makefile.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: A simple makefile, as it turns out to be simpler than -## DP: tweaking debian/rules +From: Vincent Fourmond +Subject: Add makefile. Simpler than tweaking debian/rules -@DPATCH@ diff -urNad libhiglayout-java-1.0~/Makefile libhiglayout-java-1.0/Makefile --- libhiglayout-java-1.0~/Makefile 1970-01-01 01:00:00.0 +0100 +++ libhiglayout-java-1.0/Makefile 2007-09-30 11:29:17.0 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000..099ae2f --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +10-makefile.patch diff --git a/debian/rules b/debian/rules index 6c7cedb..945d3bc 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ DEB_TARBALL= include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/dpatch.mk include /usr/share/cdbs/1/class/makefile.mk DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 1.7.9
Bug#664317: [PATCH] sprox: Helping to update to packaging format 3.0
Package: sprox Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From 42dd749880de77c6cd17a9319e1b574e8739c15a Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 27 Feb 2012 02:40:16 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/changelog | 10 ++ debian/compat |2 +- debian/control |5 ++--- debian/patches/00dpatch.conf |2 -- debian/patches/00list |2 -- debian/patches/do-not-install-tests.dpatch | 19 --- debian/patches/do-not-install-tests.patch | 18 ++ .../{force-init_py.dpatch => force-init_py.patch} |8 ++-- debian/patches/series |2 ++ debian/rules |1 - debian/source/format |2 +- 11 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 debian/patches/00dpatch.conf delete mode 100644 debian/patches/00list delete mode 100644 debian/patches/do-not-install-tests.dpatch create mode 100644 debian/patches/do-not-install-tests.patch rename debian/patches/{force-init_py.dpatch => force-init_py.patch} (59%) create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 7c188f4..d491a42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sprox (0.6.4-3) unstable; urgency=low + + * QA upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + * Note: some patches were updated with "quilt refresh" to make +patches apply cleanly. + + -- Jari Aalto Mon, 27 Feb 2012 02:38:50 -0500 + sprox (0.6.4-2) unstable; urgency=low * Orphan package. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index da3ab66..6ae06c0 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,12 @@ Section: python Priority: optional Maintainer: Debian QA Group Build-Depends: - debhelper (>= 7), + debhelper (>= 9), cdbs, - dpatch, python-dev, python-support, python-setuptools -Standards-Version: 3.8.2 +Standards-Version: 3.9.3 Homepage: http://www.sprox.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/sprox/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sprox/trunk/ diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf deleted file mode 100644 index 685acc6..000 --- a/debian/patches/00dpatch.conf +++ /dev/null @@ -1,2 +0,0 @@ -conf_debianonly=1 -conf_origtargzpath=../tarballs diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 896ba9b..000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -do-not-install-tests -force-init_py diff --git a/debian/patches/do-not-install-tests.dpatch b/debian/patches/do-not-install-tests.dpatch deleted file mode 100644 index 620956f..000 --- a/debian/patches/do-not-install-tests.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## do-not-install-tests.dpatch by Stefano Zacchiroli -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: avoid installing tests as a top-level "tests" module - -@DPATCH@ -diff -urNad trunk~/setup.py trunk/setup.py trunk~/setup.py 2009-06-10 00:07:55.0 +0200 -+++ trunk/setup.py 2009-06-25 16:48:50.557817328 +0200 -@@ -15,7 +15,7 @@ - install_requires=['sqlalchemy>=0.5', - 'tw.forms>=0.9.6', - ], -- packages = find_packages(), -+ packages = find_packages(exclude=["tests.*", "tests"]), - classifiers=[ - "Development Status :: 4 - Beta", - "Intended Audience :: Developers", diff --git a/debian/patches/do-not-install-tests.patch b/debian/patches/do-not-install-tests.patch new file mode 100644 index 000..e2a821f --- /dev/null +++ b/debian/patches/do-not-install-tests.patch @@ -0,0 +1,18 @@ +From: Stefano Zacchiroli +Subject: avoid instal
Bug#664320: [PATCH] setserial: Helping to update to packaging format 3.0
Package: setserial Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From 7d5ded517991c1b8ffc00ad11e8ea981a51b548f Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sun, 26 Feb 2012 18:05:47 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- debian/README.source |6 -- debian/changelog | 12 debian/compat |2 +- debian/control |4 ++-- debian/patches/00list | 17 - .../{01_makefile.dpatch => 01_makefile.patch} |5 ++--- ...pcmcia_readme.dpatch => 04_pcmcia_readme.patch} |5 ++--- ...mcia_cardctl.dpatch => 05_pcmcia_cardctl.patch} |5 ++--- ...dctl_out.dpatch => 06_pcmcia_cardctl_out.patch} |5 ++--- ...un_stab.dpatch => 07_pcmcia_var_run_stab.patch} |5 ++--- .../{08_pcmcia_c.dpatch => 08_pcmcia_c.patch} |5 ++--- ...pcmcia_repair.dpatch => 09_pcmcia_repair.patch} |5 ++--- ..._setserial.dpatch => 10_rc_etc_setserial.patch} |5 ++--- .../{11_rc_serial.dpatch => 11_rc_serial.patch}|5 ++--- ..._serial_m68k.dpatch => 12_rc_serial_m68k.patch} |5 ++--- ...upstream.dpatch => 13_rc_serial_upstream.patch} |5 ++--- .../{14_safety_h.dpatch => 14_safety_h.patch} |5 ++--- ...{15_serial_conf.dpatch => 15_serial_conf.patch} |5 ++--- ...onf_sparc.dpatch => 16_serial_conf_sparc.patch} |5 ++--- ...tserial_8_in.dpatch => 17_setserial_8_in.patch} |5 ++--- ...{18_setserial_c.dpatch => 18_setserial_c.patch} |5 ++--- .../{19_version_h.dpatch => 19_version_h.patch}|5 ++--- debian/patches/series | 17 + debian/rules |5 ++--- debian/source/format |1 + 25 files changed, 65 insertions(+), 84 deletions(-) delete mode 100644 debian/README.source delete mode 100644 debian/patches/00list rename debian/patches/{01_makefile.dpatch => 01_makefile.patch} (86%) rename debian/patches/{04_pcmcia_readme.dpatch => 04_pcmcia_readme.patch} (83%) rename debian/patches/{05_pcmcia_cardctl.dpatch => 05_pcmcia_cardctl.patch} (76%) rename debian/patches/{06_pcmcia_cardctl_out.dpatch => 06_pcmcia_cardctl_out.patch} (90%) rename debian/patches/{07_pcmcia_var_run_stab.dpatch => 07_pcmcia_var_run_stab.patch} (78%) rename debian/patches/{08_pcmcia_c.dpatch => 08_pcmcia_c.patch} (98%) rename debian/patches/{09_pcmcia_repair.dpatch => 09_pcmcia_repair.patch} (96%) rename debian/patches/{10_rc_etc_setserial.dpatch => 10_rc_etc_setserial.patch} (96%) rename debian/patches/{11_rc_serial.dpatch => 11_rc_serial.patch} (98%) rename debian/patches/{12_rc_serial_m68k.dpatch => 12_rc_serial_m68k.patch} (95%) rename debian/patches/{13_rc_serial_upstream.dpatch => 13_rc_serial_upstream.patch} (97%) rename debian/patches/{14_safety_h.dpatch => 14_safety_h.patch} (93%) rename debian/patches/{15_serial_conf.dpatch => 15_serial_conf.patch} (88%) rename debian/patches/{16_serial_conf_sparc.dpatch => 16_serial_conf_sparc.patch} (97%) rename debian/patches/{17_setserial_8_in.dpatch => 17_setserial_8_in.patch} (98%) rename debian/patches/{18_setserial_c.dpatch => 18_setserial_c.patch} (98%) rename debian/patches/{19_version_h.dpatch => 19_version_h.patch} (85%) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index c5bf4ab..000 --- a/debian/README.source +++ /dev/null @@ -1,6 +0,0 @@ -setserial - - -This package contains some patches to work on debian. - -See /usr/share/doc/dpatch/README.source.gz for mor information. diff --git a/debian/changelog b/debian/changelog index 6a415d4..5c5e39a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +setserial (2.17-47) unstable; urgency=low + + * QA upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + + -- Jari Aalto Sun, 26 Feb 2012 17:50:00 -0500 + setserial (2.17-46) unstable; urgency=low * Added README.source @
Bug#664324: [PATCH] popfile: Helping to update to packaging format 3.0
Package: popfile Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From 434b63526c9577a12d2b6dc75ca379346b505964 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sun, 26 Feb 2012 17:00:25 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- Makefile | 27 -- debian/changelog | 13 +++ debian/compat |2 +- debian/control |4 +- debian/patches/00list |2 - ...n_config.dpatch => 01_fullpath_in_config.patch} |9 + debian/patches/01_logdir.dpatch| 20 --- debian/patches/01_logdir.patch | 19 ++ ...rator.dpatch => 01_server_user_separator.patch} |9 + debian/patches/02_sqlite2.dpatch | 30 debian/patches/02_sqlite2.patch| 28 +++ debian/patches/10_makefile.patch | 37 debian/patches/series |3 ++ debian/popfile.manpages|6 ++-- debian/rules |7 ++-- debian/source/format |1 + {debian_wrappers => debian/wrappers}/popfile-bayes |0 .../wrappers}/popfile-bayes.8 |0 .../wrappers}/popfile-insert |0 .../wrappers}/popfile-insert.8 |0 {debian_wrappers => debian/wrappers}/popfile-pipe |0 .../wrappers}/popfile-pipe.8 |0 .../wrappers/start_popfile.sh |0 23 files changed, 114 insertions(+), 103 deletions(-) delete mode 100644 Makefile delete mode 100644 debian/patches/00list rename debian/patches/{01_fullpath_in_config.dpatch => 01_fullpath_in_config.patch} (96%) delete mode 100644 debian/patches/01_logdir.dpatch create mode 100644 debian/patches/01_logdir.patch rename debian/patches/{01_server_user_separator.dpatch => 01_server_user_separator.patch} (77%) delete mode 100644 debian/patches/02_sqlite2.dpatch create mode 100644 debian/patches/02_sqlite2.patch create mode 100644 debian/patches/10_makefile.patch create mode 100644 debian/patches/series create mode 100644 debian/source/format rename {debian_wrappers => debian/wrappers}/popfile-bayes (100%) rename {debian_wrappers => debian/wrappers}/popfile-bayes.8 (100%) rename {debian_wrappers => debian/wrappers}/popfile-insert (100%) rename {debian_wrappers => debian/wrappers}/popfile-insert.8 (100%) rename {debian_wrappers => debian/wrappers}/popfile-pipe (100%) rename {debian_wrappers => debian/wrappers}/popfile-pipe.8 (100%) rename start_popfile.sh => debian/wrappers/start_popfile.sh (100%) diff --git a/Makefile b/Makefile deleted file mode 100644 index e6b34a9..000 --- a/Makefile +++ /dev/null @@ -1,27 +0,0 @@ - -.PHONY: all install clean - -all: - cp v*.change changelog - -install: - cp *.gif *.pl *.sh $(DESTDIR)/usr/share/popfile/ - cp stopwords popfile.pck $(DESTDIR)/usr/share/popfile/ - chmod +x $(DESTDIR)/usr/share/popfile/*.pl \ - $(DESTDIR)/usr/share/popfile/*.sh - cp -Rf Classifier $(DESTDIR)/usr/share/popfile/ - cp -Rf POPFile $(DESTDIR)/usr/share/popfile/ - cp -Rf Proxy $(DESTDIR)/usr/share/popfile/ - cp -Rf UI $(DESTDIR)/usr/share/popfile/ - cp -Rf languages $(DESTDIR)/usr/share/popfile/ - cp -Rf manual $(DESTDIR)/usr/share/doc/popfile/ - cp -Rf skins $(DESTDIR)/usr/share/popfile/ - cp -Rf debian_wrappers/popfile-bayes $(DESTDIR)/usr/sbin/ - cp -Rf debian_wrappers/popfile-insert $(DESTDIR)/usr/sbin/ - cp -Rf debian_wrappers/popfile-pipe $(DESTDIR)/usr/sbin/ - chmod +x $(DESTDIR)/usr/sbin/* - -clean: - rm -f changelog - - diff --git a/debian/changelog b/debian/changelog index efa7434..9916ffd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +popfile (0.22.4-3) unstable; urgency=low + + * QA upload. + * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". + * Update to Standards-Version to 3.9.3 and debhelper to 9. + * Note: some patches were updated with "quilt refresh" to make patches +apply cleanly
Bug#664370: [PATCH] xloadimage: Helping to update to packaging format 3.0
Package: xloadimage Severity: wishlist Tags: patch Hi, The dpatch patch management system has been deprecated for some time. The Lintian currently flags use of dpatch packages as an error. The new 3.0 packaging format is an improved version which, among other things, contains patch management built-in. For more information, see: http://wiki.debian.org/Projects/DebSrc3.0 I had some free time; see attached patch to migrate to new package format. Note that all files in debian/patches/* are canocalized to *.patch. Let me know if there is anything that needs adjusting or if it is ok to upload this version in a NMU in case you are working on other issues needing attention. Thanks, Jari >From f69bae704c5d3ea61b6abb12871f591238562cd4 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 29 Feb 2012 13:24:09 -0500 Subject: [PATCH] format-3.0 Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- Makefile | 238 debian/changelog |8 + debian/control |4 +- debian/patches/00list | 19 -- ...peg-support.dpatch => 01_libjpeg-support.patch} | 21 +-- ...{02_png-support.dpatch => 02_png-support.patch} | 22 +-- ...rity-strfoo.dpatch => 03_security-strfoo.patch} | 21 +-- debian/patches/04_previous-image.dpatch| 32 --- debian/patches/04_previous-image.patch | 15 ++ ...elay-manpage.dpatch => 05_idelay-manpage.patch} | 21 +-- ...-Wall-cleanup.dpatch => 06_-Wall-cleanup.patch} | 21 +-- debian/patches/07_SYSPATHFILE.dpatch | 32 --- debian/patches/07_SYSPATHFILE.patch| 15 ++ ...ig-path.dpatch => 08_manpage-config-path.patch} | 21 +-- ...gerc-path.dpatch => 09_xloadimagerc-path.patch} | 21 +-- ...-HOME-fix.dpatch => 10_config.c-HOME-fix.patch} | 21 +-- debian/patches/11_fork-implies-quiet.dpatch| 31 --- debian/patches/11_fork-implies-quiet.patch | 14 ++ .../{12_fix-tile.dpatch => 12_fix-tile.patch} | 21 +-- debian/patches/13_varargs-is-obsolete.dpatch | 37 --- debian/patches/13_varargs-is-obsolete.patch| 15 ++ ...not-extern.dpatch => 14_errno-not-extern.patch} | 28 +-- ...CAN-2005-0638.dpatch => 15_CAN-2005-0638.patch} | 28 +-- ...CAN-2005-0639.dpatch => 16_CAN-2005-0639.patch} | 26 +-- ...ty-sprintf.dpatch => 17_security-sprintf.patch} | 28 +-- ...manpage_fixes.dpatch => 18_manpage_fixes.patch} | 23 +-- ...ak.dpatch => 19_fix_root_c_resource_leak.patch} | 23 +-- debian/patches/series | 19 ++ debian/rules | 11 +- debian/source/format |1 + 30 files changed, 176 insertions(+), 661 deletions(-) delete mode 100644 debian/patches/00list rename debian/patches/{01_libjpeg-support.dpatch => 01_libjpeg-support.patch} (99%) rename debian/patches/{02_png-support.dpatch => 02_png-support.patch} (99%) rename debian/patches/{03_security-strfoo.dpatch => 03_security-strfoo.patch} (89%) delete mode 100644 debian/patches/04_previous-image.dpatch create mode 100644 debian/patches/04_previous-image.patch rename debian/patches/{05_idelay-manpage.dpatch => 05_idelay-manpage.patch} (73%) rename debian/patches/{06_-Wall-cleanup.dpatch => 06_-Wall-cleanup.patch} (98%) delete mode 100644 debian/patches/07_SYSPATHFILE.dpatch create mode 100644 debian/patches/07_SYSPATHFILE.patch rename debian/patches/{08_manpage-config-path.dpatch => 08_manpage-config-path.patch} (52%) rename debian/patches/{09_xloadimagerc-path.dpatch => 09_xloadimagerc-path.patch} (50%) rename debian/patches/{10_config.c-HOME-fix.dpatch => 10_config.c-HOME-fix.patch} (71%) delete mode 100644 debian/patches/11_fork-implies-quiet.dpatch create mode 100644 debian/patches/11_fork-implies-quiet.patch rename debian/patches/{12_fix-tile.dpatch => 12_fix-tile.patch} (60%) delete mode 100644 debian/patches/13_varargs-is-obsolete.dpatch create mode 100644 debian/patches/13_varargs-is-obsolete.patch rename debian/patches/{14_errno-not-extern.dpatch => 14_errno-not-extern.patch} (74%) rename debian/patches/{15_CAN-2005-0638.dpatch => 15_CAN-2005-0638.patch} (70%) rename debian/patches/{16_CAN-2005-0639.dpatch => 16_CAN-2005-0639.patch} (70%) rename debian/patches/{17_security-sprintf.dpatch => 17_security-sprintf.patch} (88%) rename debian/patches/{18_manpage_fixes.dpatch => 18_manpage_fixes.patch} (89%) rename debian/patches/{19_fix_root_c_resource_leak.dpatch => 19_fix_root_c_resource_leak.patch} (90%) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/Makefile b/Makefile index c755949..636119e 100644 --- a/Makefile +++ b/Makefile @@ -1,215 +1,57 @@ -# Makefile for xloadimage. this replaces the multiple makefiles
Processing of pyneighborhood_0.5.1-1_i386.changes
pyneighborhood_0.5.1-1_i386.changes uploaded successfully to localhost along with the files: pyneighborhood_0.5.1-1.dsc pyneighborhood_0.5.1.orig.tar.gz pyneighborhood_0.5.1-1.debian.tar.gz pyneighborhood_0.5.1-1_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1s90ff-0007du...@franck.debian.org
pyneighborhood_0.5.1-1_i386.changes ACCEPTED into unstable
Accepted: pyneighborhood_0.5.1-1.debian.tar.gz to main/p/pyneighborhood/pyneighborhood_0.5.1-1.debian.tar.gz pyneighborhood_0.5.1-1.dsc to main/p/pyneighborhood/pyneighborhood_0.5.1-1.dsc pyneighborhood_0.5.1-1_all.deb to main/p/pyneighborhood/pyneighborhood_0.5.1-1_all.deb pyneighborhood_0.5.1.orig.tar.gz to main/p/pyneighborhood/pyneighborhood_0.5.1.orig.tar.gz Changes: pyneighborhood (0.5.1-1) unstable; urgency=low . * QA upload. * Orphaning package. * Turn into non-native package. * Import old changelog entries from previous releases. * Put package in Python Applications Packaging Team repository. * Switch to dh_python2 (Closes: #591989, #616975). * Depend on cifs-utils instead of smbfs (Closes: #638160). * Switch to using the dh command sequencer. * Switch source format to 3.0 (quilt). * Switch to using the upstream code to install message catalogs. * Bump debhelper compatibility level to 9. * Import manual page, menu entry and pixmap from version 0.5.0+debian-3. * Make debian/copyright up-to-date and switch to machine-readable format. * Add a debian/watch file. * Bump Standards-Version to 3.9.3. Override entries for your package: pyneighborhood_0.5.1-1.dsc - source net pyneighborhood_0.5.1-1_all.deb - optional net Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 591989 616975 638160 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1s90rk-00013y...@franck.debian.org