[Python-modules-commits] r12472 - in packages/rabbitvcs/trunk/debian (4 files)
jheeris-guest at users.alioth.debian.org
jheeris-guest at users.alioth.debian.org
Sat Apr 3 19:23:03 UTC 2010
Date: Saturday, April 3, 2010 @ 19:22:38
Author: jheeris-guest
Revision: 12472
RabbitVCS core module now builds properly. Updated control files with proper dependencies and uploader. Annotated setup.py patch.
Added:
packages/rabbitvcs/trunk/debian/rabbitvcs-core.install
Modified:
packages/rabbitvcs/trunk/debian/control
packages/rabbitvcs/trunk/debian/patches/99_setup.py.patch
packages/rabbitvcs/trunk/debian/rules
Modified: packages/rabbitvcs/trunk/debian/control
===================================================================
--- packages/rabbitvcs/trunk/debian/control 2010-04-03 06:53:19 UTC (rev 12471)
+++ packages/rabbitvcs/trunk/debian/control 2010-04-03 19:22:38 UTC (rev 12472)
@@ -1,12 +1,12 @@
Source: rabbitvcs
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 7),
python (>= 2.5.2)
Build-Depends-Indep: python-support (>= 0.5.3),
- pkg-config (>= 0.20),
- patchutils (>= 0.2.31)
+ pkg-config (>= 0.20)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.5
Homepage: http://www.rabbitvcs.org
@@ -36,6 +36,7 @@
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
Modified: packages/rabbitvcs/trunk/debian/patches/99_setup.py.patch
===================================================================
--- packages/rabbitvcs/trunk/debian/patches/99_setup.py.patch 2010-04-03 06:53:19 UTC (rev 12471)
+++ packages/rabbitvcs/trunk/debian/patches/99_setup.py.patch 2010-04-03 19:22:38 UTC (rev 12472)
@@ -1,3 +1,9 @@
+Description: Remove GTK icon cache rebuilding.
+ This removes the rebuilding of the GTK icon cache after installing the core.
+ It is not needed in any distro with hicolor-icon-theme >= 0.10-2
+Forwarded: not-needed
+Author: Jason Heeris <jason.heeris at gmail.com>
+
diff -Nur -x '*.orig' -x '*~' rabbitvcs-0.13/setup.py rabbitvcs-0.13.new/setup.py
--- rabbitvcs-0.13/setup.py 2010-01-30 22:39:56.000000000 +0800
+++ rabbitvcs-0.13.new/setup.py 2010-01-30 22:50:29.000000000 +0800
Added: packages/rabbitvcs/trunk/debian/rabbitvcs-core.install
===================================================================
--- packages/rabbitvcs/trunk/debian/rabbitvcs-core.install (rev 0)
+++ packages/rabbitvcs/trunk/debian/rabbitvcs-core.install 2010-04-03 19:22:38 UTC (rev 12472)
@@ -0,0 +1 @@
+debian/tmp/* .
Modified: packages/rabbitvcs/trunk/debian/rules
===================================================================
--- packages/rabbitvcs/trunk/debian/rules 2010-04-03 06:53:19 UTC (rev 12471)
+++ packages/rabbitvcs/trunk/debian/rules 2010-04-03 19:22:38 UTC (rev 12472)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
%:
dh $@
More information about the Python-modules-commits
mailing list