[Python-apps-commits] r75 - in /packages/scribes/trunk/debian: changelog control rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Sep 16 21:16:44 UTC 2007


Author: piotr
Date: Sun Sep 16 21:16:44 2007
New Revision: 75

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=75
Log:
* Add XS-Vcs-Svn and XS-Vcs-Browser fields
* call "find" twice in clean rule (temporary workaround)

Modified:
    packages/scribes/trunk/debian/changelog
    packages/scribes/trunk/debian/control
    packages/scribes/trunk/debian/rules

Modified: packages/scribes/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/scribes/trunk/debian/changelog?rev=75&op=diff
==============================================================================
--- packages/scribes/trunk/debian/changelog (original)
+++ packages/scribes/trunk/debian/changelog Sun Sep 16 21:16:44 2007
@@ -3,6 +3,8 @@
   * Add Python Applications Packaging Team to Uploaders!
   * debian/rules:
     - Also remove .pyo files in clean rule (Closes: #442727).
+  * debian/control:
+    - Add XS-Vcs-Svn and XS-Vcs-Browser fields
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 16 Sep 2007 21:01:25 +0200
 

Modified: packages/scribes/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/scribes/trunk/debian/control?rev=75&op=diff
==============================================================================
--- packages/scribes/trunk/debian/control (original)
+++ packages/scribes/trunk/debian/control Sun Sep 16 21:16:44 2007
@@ -7,6 +7,8 @@
 Build-Depends-Indep: autotools-dev, gconf2 (>= 2.10.1-2), gnome-doc-utils (>= 0.3.2), intltool, python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-dbus (>= 0.70), python-gnome2-desktop-dev (>= 2.12), python-gnome2-dev (>= 2.12), python-gnome2-extras-dev (>= 2.12), python-gtk2-dev (>= 2.10), scrollkeeper (>= 0.3.8), yelp (>= 2.12)
 Standards-Version: 3.7.2
 XS-Python-Version: current, >= 2.4
+XS-Vcs-Svn: svn://svn.debian.org/python-apps/packages/scribes/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/scribes/?op=log
 
 Package: scribes
 Architecture: all

Modified: packages/scribes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/scribes/trunk/debian/rules?rev=75&op=diff
==============================================================================
--- packages/scribes/trunk/debian/rules (original)
+++ packages/scribes/trunk/debian/rules Sun Sep 16 21:16:44 2007
@@ -34,6 +34,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
+	find . -name *\.py[co] -exec rm {} \;
 	find . -name *\.py[co] -exec rm {} \;
 
 	# Add here commands to clean up after the build process.




More information about the Python-apps-commits mailing list