[Python-modules-commits] r10681 - in packages/ldaptor/trunk/debian (6 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sun Dec 6 10:34:39 UTC 2009


    Date: Sunday, December 6, 2009 @ 10:34:14
  Author: jandd
Revision: 10681

switch to repacked tarball and source format 3.0 (quilt)

Added:
  packages/ldaptor/trunk/debian/source/
  packages/ldaptor/trunk/debian/source/format
Modified:
  packages/ldaptor/trunk/debian/README.source
  packages/ldaptor/trunk/debian/changelog
  packages/ldaptor/trunk/debian/control
  packages/ldaptor/trunk/debian/rules

Modified: packages/ldaptor/trunk/debian/README.source
===================================================================
--- packages/ldaptor/trunk/debian/README.source	2009-12-05 19:42:54 UTC (rev 10680)
+++ packages/ldaptor/trunk/debian/README.source	2009-12-06 10:34:14 UTC (rev 10681)
@@ -1,6 +1,4 @@
-This package uses quilt to handle patches against upstream source
-code; you can find information about how to use quilt at
+This package uses a repacked upstream tarball with a removed debian
+directory.
 
-    /usr/share/doc/quilt/
-
- -- Jan Dittberner <jandd at debian.org>, Wed, 21 Oct 2009 20:16:49 +0200
+ -- Jan Dittberner <jandd at debian.org>, Sun,  6 Dec 2009 11:15:35 +0100

Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog	2009-12-05 19:42:54 UTC (rev 10680)
+++ packages/ldaptor/trunk/debian/changelog	2009-12-06 10:34:14 UTC (rev 10681)
@@ -1,3 +1,16 @@
+ldaptor (0.0.43+debian1-1) unstable; urgency=low
+
+  * repack tarball to remove upstream debian directory (fix lintian warnings
+    regarding lacking debhelper tokens in maintainer scripts)
+    - remove workarounds from debian/rules
+  * switch to source format 3.0 (quilt):
+    - debian/control: remove explicit quilt dependency
+    - add debian/source/format
+    - debian/rules: remove --with quilt
+    - change debian/README.source
+
+ -- Jan Dittberner <jandd at debian.org>  Sun, 06 Dec 2009 11:27:37 +0100
+
 ldaptor (0.0.43-4) unstable; urgency=low
 
   [ Jan Dittberner ]

Modified: packages/ldaptor/trunk/debian/control
===================================================================
--- packages/ldaptor/trunk/debian/control	2009-12-05 19:42:54 UTC (rev 10680)
+++ packages/ldaptor/trunk/debian/control	2009-12-06 10:34:14 UTC (rev 10681)
@@ -9,7 +9,7 @@
  python-twisted-core, python-twisted-names, python-twisted-mail,
  python-twisted-web, python-nevow, python-webut, python-pyparsing,
  python-openssl, python-crypto, python-support (>= 0.6)
-Build-Depends: debhelper (>= 7.0.50), python-all-dev, quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50), python-all-dev
 XS-Python-Version: all
 Homepage: http://www.inoi.fi/open/trac/ldaptor
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/ldaptor/trunk/

Modified: packages/ldaptor/trunk/debian/rules
===================================================================
--- packages/ldaptor/trunk/debian/rules	2009-12-05 19:42:54 UTC (rev 10680)
+++ packages/ldaptor/trunk/debian/rules	2009-12-06 10:34:14 UTC (rev 10681)
@@ -5,7 +5,7 @@
 PYDEFAULT=$(shell pyversions -d)
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_install:
 	dh_install
@@ -29,4 +29,3 @@
 	make -C doc clean
 	rm -f doc-stamp
 	rm -rf _trial_temp
-	rm -f debian/postinst debian/prerm debian/python-ldaptor.README.Debian

Added: packages/ldaptor/trunk/debian/source/format
===================================================================
--- packages/ldaptor/trunk/debian/source/format	                        (rev 0)
+++ packages/ldaptor/trunk/debian/source/format	2009-12-06 10:34:14 UTC (rev 10681)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list