[Python-modules-commits] r12462 - in packages/rabbitvcs/trunk/debian (4 files)

jheeris-guest at users.alioth.debian.org jheeris-guest at users.alioth.debian.org
Fri Apr 2 11:02:46 UTC 2010


    Date: Friday, April 2, 2010 @ 11:02:38
  Author: jheeris-guest
Revision: 12462

Converted RabbitVCS packaging to debhelper.

Added:
  packages/rabbitvcs/trunk/debian/patches/series
Modified:
  packages/rabbitvcs/trunk/debian/control
  packages/rabbitvcs/trunk/debian/rules
  packages/rabbitvcs/trunk/debian/source/format

Modified: packages/rabbitvcs/trunk/debian/control
===================================================================
--- packages/rabbitvcs/trunk/debian/control	2010-04-02 10:18:17 UTC (rev 12461)
+++ packages/rabbitvcs/trunk/debian/control	2010-04-02 11:02:38 UTC (rev 12462)
@@ -3,13 +3,12 @@
 Section: devel
 Priority: optional
 Build-Depends: debhelper (>= 7),
-               cdbs (>= 0.4.51),
                python (>= 2.5.2)
 Build-Depends-Indep: python-support (>= 0.5.3),
-                     python-central (>= 0.6.5),
                      pkg-config (>= 0.20),
                      patchutils (>= 0.2.31)
 Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
 Homepage: http://www.rabbitvcs.org
 
 Package: rabbitvcs-core

Added: packages/rabbitvcs/trunk/debian/patches/series
===================================================================
--- packages/rabbitvcs/trunk/debian/patches/series	                        (rev 0)
+++ packages/rabbitvcs/trunk/debian/patches/series	2010-04-02 11:02:38 UTC (rev 12462)
@@ -0,0 +1 @@
+99_setup.py.patch

Modified: packages/rabbitvcs/trunk/debian/rules
===================================================================
--- packages/rabbitvcs/trunk/debian/rules	2010-04-02 10:18:17 UTC (rev 12461)
+++ packages/rabbitvcs/trunk/debian/rules	2010-04-02 11:02:38 UTC (rev 12462)
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+# Uncomment this to turn on verbose mode. 
+#export DH_VERBOSE=1
 
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+%:
+	dh $@ --with-quilt
+
+install:
+	dh_install
+	dh_installdocs
+

Modified: packages/rabbitvcs/trunk/debian/source/format
===================================================================
--- packages/rabbitvcs/trunk/debian/source/format	2010-04-02 10:18:17 UTC (rev 12461)
+++ packages/rabbitvcs/trunk/debian/source/format	2010-04-02 11:02:38 UTC (rev 12462)
@@ -1 +1 @@
-1.0
\ No newline at end of file
+3.0 (quilt)
\ No newline at end of file




More information about the Python-modules-commits mailing list