[Python-modules-commits] r12470 - in packages/rabbitvcs/trunk/debian (control rules)

jheeris-guest at users.alioth.debian.org jheeris-guest at users.alioth.debian.org
Sat Apr 3 02:53:42 UTC 2010


    Date: Saturday, April 3, 2010 @ 02:53:40
  Author: jheeris-guest
Revision: 12470

Updated RabbitVCS rules and control info.

Modified:
  packages/rabbitvcs/trunk/debian/control
  packages/rabbitvcs/trunk/debian/rules

Modified: packages/rabbitvcs/trunk/debian/control
===================================================================
--- packages/rabbitvcs/trunk/debian/control	2010-04-03 01:45:46 UTC (rev 12469)
+++ packages/rabbitvcs/trunk/debian/control	2010-04-03 02:53:40 UTC (rev 12470)
@@ -19,7 +19,6 @@
          python-glade2 (>= 2.12.1),
          python-gobject (>= 2.14.1),
          python-svn (>= 1.5.2),
-         python-configobj (>= 4.4.0),
          python-dbus (>= 0.82.4),
          subversion (>= 1.4.6),
          meld (>=1.1.2), 
@@ -37,7 +36,6 @@
 Package: rabbitvcs-cli
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
          rabbitvcs-core (>= 0.13.1)
 Description: Command line interface for RabbitVCS
  RabbitVCS is a set of graphical tools written to provide simple and
@@ -57,7 +55,6 @@
 Package: rabbitvcs-nautilus
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
          nautilus,
          python-nautilus (>= 0.5.0),
          rabbitvcs-core (>= 0.13.1)
@@ -69,7 +66,6 @@
 Package: rabbitvcs-thunar
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
          thunar (>= 0.4.0),
          thunarx-python (>= 0.2.0),
          rabbitvcs-core (>= 0.13.1)

Modified: packages/rabbitvcs/trunk/debian/rules
===================================================================
--- packages/rabbitvcs/trunk/debian/rules	2010-04-03 01:45:46 UTC (rev 12469)
+++ packages/rabbitvcs/trunk/debian/rules	2010-04-03 02:53:40 UTC (rev 12470)
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode. 
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 %:
-	dh $@ --with-quilt
+	dh $@
 
 install:
 	dh_install
 	dh_installdocs
 
+binary-rabbitvcs-core: build install
+	echo "RabbitVCS build..."
+	sleep 60s




More information about the Python-modules-commits mailing list