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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Apr 16 10:27:45 UTC 2013


Author: pochu
Date: Tue Apr 16 10:27:44 2013
New Revision: 37552

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37552
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=37552&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog [utf-8] (original)
+++ attic/system-config-printer/debian/changelog [utf-8] Tue Apr 16 10:27:44 2013
@@ -37,6 +37,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.
 
  -- Jordi Mallach <jordi at debian.org>  Fri, 14 Oct 2011 19:45:42 +0200
 

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=37552&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules [utf-8] (original)
+++ attic/system-config-printer/debian/rules [utf-8] Tue Apr 16 10:27:44 2013
@@ -16,7 +16,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