r25024 - /packages/unstable/system-config-printer/debian/rules
agx at users.alioth.debian.org
agx at users.alioth.debian.org
Tue Aug 24 13:32:07 UTC 2010
Author: agx
Date: Tue Aug 24 13:32:06 2010
New Revision: 25024
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25024
Log:
Install debug.py and smburi.py in the cupshelpers package
Closes: #525714
Modified:
packages/unstable/system-config-printer/debian/rules
Modified: packages/unstable/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/system-config-printer/debian/rules?rev=25024&op=diff
==============================================================================
--- packages/unstable/system-config-printer/debian/rules [utf-8] (original)
+++ packages/unstable/system-config-printer/debian/rules [utf-8] Tue Aug 24 13:32:06 2010
@@ -11,6 +11,12 @@
DEB_CONFIGURE_EXTRA_FLAGS := --sbindir=/usr/bin
+configure/python-cupshelpers::
+ cp debug.py smburi.py cupshelpers/
+
+cleanbuilddir/python-cupshelpers::
+ rm -rf cupshelpers/options.py cupshelpers/smburi.py
+
binary-install/system-config-printer::
for i in debian/tmp/usr/share/system-config-printer/*.py; do \
if ! grep -q ^$$i debian/*install; then \
More information about the pkg-gnome-commits
mailing list