r37568 - in /attic/system-config-printer/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Apr 16 15:55:17 UTC 2013


Author: pochu
Date: Tue Apr 16 15:55:17 2013
New Revision: 37568

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37568
Log:
  + debian/rules:
    - Remove debug.py instead of options.py as that's what we're copying.

Modified:
    attic/system-config-printer/debian/changelog
    attic/system-config-printer/debian/rules

Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=37568&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog [utf-8] (original)
+++ attic/system-config-printer/debian/changelog [utf-8] Tue Apr 16 15:55:17 2013
@@ -27,6 +27,8 @@
       debian/system-config-printer.install:
       - Remove various hacks in debian/rules and just install the upstream
         script to run system-config-printer{,-applet}.
+    + debian/rules:
+      - Remove debug.py instead of options.py as that's what we're copying.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 16 Apr 2013 17:36:18 +0200
 

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=37568&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules [utf-8] (original)
+++ attic/system-config-printer/debian/rules [utf-8] Tue Apr 16 15:55:17 2013
@@ -17,7 +17,7 @@
 	cp debug.py smburi.py cupshelpers/
 
 cleanbuilddir/python-cupshelpers::
-	rm -rf cupshelpers/options.py cupshelpers/smburi.py
+	rm -rf cupshelpers/debug.py cupshelpers/smburi.py
 
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
 	dh_pysupport -p$(cdbs_curpkg)




More information about the pkg-gnome-commits mailing list