[Python-modules-commits] r28030 - in packages/pydot/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Mar 6 18:04:26 UTC 2014
Date: Thursday, March 6, 2014 @ 18:04:25
Author: morph
Revision: 28030
* debian/{control, rules}
- converted to dh sequencer
Modified:
packages/pydot/trunk/debian/changelog
packages/pydot/trunk/debian/control
packages/pydot/trunk/debian/rules
Modified: packages/pydot/trunk/debian/changelog
===================================================================
--- packages/pydot/trunk/debian/changelog 2014-03-06 17:58:38 UTC (rev 28029)
+++ packages/pydot/trunk/debian/changelog 2014-03-06 18:04:25 UTC (rev 28030)
@@ -12,13 +12,15 @@
* debian/patches/01-setup-py-nodata.patch
- refreshed
* Converted to 3.0 (quilt) source format
+ * debian/{control, rules}
+ - converted to dh sequencer
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove DM-Upload-Allowed; it's no longer used by the archive
software.
- -- Sandro Tosi <morph at debian.org> Thu, 06 Mar 2014 18:58:22 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 06 Mar 2014 19:04:07 +0100
pydot (1.0.2-1) unstable; urgency=low
Modified: packages/pydot/trunk/debian/control
===================================================================
--- packages/pydot/trunk/debian/control 2014-03-06 17:58:38 UTC (rev 28029)
+++ packages/pydot/trunk/debian/control 2014-03-06 18:04:25 UTC (rev 28030)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4~), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.4~), python-support (>= 0.5.3)
Build-Depends-Indep: python-pyparsing (>= 1.4.10)
Standards-Version: 3.7.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pydot/trunk/
Modified: packages/pydot/trunk/debian/rules
===================================================================
--- packages/pydot/trunk/debian/rules 2014-03-06 17:58:38 UTC (rev 28029)
+++ packages/pydot/trunk/debian/rules 2014-03-06 18:04:25 UTC (rev 28030)
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+%:
+ dh $@
More information about the Python-modules-commits
mailing list