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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Oct 16 19:03:54 UTC 2007


Author: pochu-guest
Date: Tue Oct 16 19:03:54 2007
New Revision: 128

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=128
Log:
call patch rule before build-stamp, so the patches are included in the deb package. Updated changelog for upload.

Modified:
    packages/scribes/trunk/debian/changelog
    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=128&op=diff
==============================================================================
--- packages/scribes/trunk/debian/changelog (original)
+++ packages/scribes/trunk/debian/changelog Tue Oct 16 19:03:54 2007
@@ -1,11 +1,14 @@
-scribes (0.3.2.9-2) UNRELEASED; urgency=low
+scribes (0.3.2.9-2) unstable; urgency=low
 
   * debian/control:
     - Move XS-Vcs-* to Vcs-*, as they are now supported by dpkg.
   * debian/scribes.1:
     - Add encoding declaration.
+  * debian/rules:
+    - Call patch rule before build-stamp, so the patches are included in
+      the package.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 13 Oct 2007 20:51:31 +0200
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 16 Oct 2007 21:01:44 +0200
 
 scribes (0.3.2.9-1) unstable; urgency=low
 

Modified: packages/scribes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/scribes/trunk/debian/rules?rev=128&op=diff
==============================================================================
--- packages/scribes/trunk/debian/rules (original)
+++ packages/scribes/trunk/debian/rules Tue Oct 16 19:03:54 2007
@@ -20,7 +20,7 @@
 	./configure --prefix=/usr --disable-scrollkeeper --with-gconf-schema-file-dir=$${prefix}/usr/share/gconf/schemas
 
 
-build: build-stamp patch
+build: patch build-stamp
 
 build-stamp:  config.status
 	dh_testdir




More information about the Python-apps-commits mailing list