[Python-apps-commits] r11735 - in packages/dot2tex/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 15 22:23:31 UTC 2015


    Date: Sunday, February 15, 2015 @ 22:23:30
  Author: morph
Revision: 11735

* debian/{control, rules}
  - switch from cdbs to dh sequencer

Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/control
  packages/dot2tex/trunk/debian/rules

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2015-02-15 17:19:02 UTC (rev 11734)
+++ packages/dot2tex/trunk/debian/changelog	2015-02-15 22:23:30 UTC (rev 11735)
@@ -8,8 +8,10 @@
   [ Sandro Tosi ]
   * debian/control
     - adopt package; Closes: #739877
+  * debian/{control, rules}
+    - switch from cdbs to dh sequencer
 
- -- Sandro Tosi <morph at debian.org>  Sun, 15 Feb 2015 17:14:59 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 15 Feb 2015 22:23:17 +0000
 
 dot2tex (2.8.7+repack-1) unstable; urgency=low
 

Modified: packages/dot2tex/trunk/debian/control
===================================================================
--- packages/dot2tex/trunk/debian/control	2015-02-15 17:19:02 UTC (rev 11734)
+++ packages/dot2tex/trunk/debian/control	2015-02-15 22:23:30 UTC (rev 11735)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python (>= 2.4), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 5), python (>= 2.4), python-support (>= 0.5.3)
 Build-Depends-Indep: python-pyparsing (>= 0.4.8)
 Standards-Version: 3.8.4
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/dot2tex/trunk/

Modified: packages/dot2tex/trunk/debian/rules
===================================================================
--- packages/dot2tex/trunk/debian/rules	2015-02-15 17:19:02 UTC (rev 11734)
+++ packages/dot2tex/trunk/debian/rules	2015-02-15 22:23:30 UTC (rev 11735)
@@ -1,14 +1,20 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM = pysupport
+#DEB_PYTHON_SYSTEM = pysupport
+#
+#include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/class/python-distutils.mk
+#
+#PRISTINE_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed s/\+repack//)
+#
+#DEB_INSTALL_CHANGELOGS_ALL := changelog.txt
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+%:
+	dh $@
 
-PRISTINE_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed s/\+repack//)
+override_dh_installchangelogs:
+	dh_installchangelogs changelog.txt
 
-DEB_INSTALL_CHANGELOGS_ALL := changelog.txt
-
 get-orig-source:
 	-uscan --verbose --force-download --no-symlink --upstream-version $(PRISTINE_VERSION)
 	tar xzf ../$(DEB_SOURCE_PACKAGE)-$(PRISTINE_VERSION).tar.gz




More information about the Python-apps-commits mailing list