r37257 - in /packages/liborigin2/trunk/debian: changelog rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Feb 6 12:01:03 UTC 2011


Author: gudjon-guest
Date: Sun Feb  6 12:00:54 2011
New Revision: 37257

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37257
Log:
Fixed the get-orig-source target

Modified:
    packages/liborigin2/trunk/debian/changelog
    packages/liborigin2/trunk/debian/rules

Modified: packages/liborigin2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/liborigin2/trunk/debian/changelog?rev=37257&op=diff
==============================================================================
--- packages/liborigin2/trunk/debian/changelog (original)
+++ packages/liborigin2/trunk/debian/changelog Sun Feb  6 12:00:54 2011
@@ -4,12 +4,13 @@
   * New upstream release.
   * Change epoch to 2. Upstream versioning changed to
     YYYYMMDD from DDMMYYYY
+  * Fixed the get-orig-source target
 
   [ Andreas Tille ]
   * Added myself to Uploaders
   * Fix indentation of get-orig-source target
 
- -- Andreas Tille <tille at debian.org>  Tue, 01 Feb 2011 20:42:51 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 06 Feb 2011 12:58:07 +0100
 
 liborigin2 (1:13092010-1) unstable; urgency=low
 

Modified: packages/liborigin2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/liborigin2/trunk/debian/rules?rev=37257&op=diff
==============================================================================
--- packages/liborigin2/trunk/debian/rules (original)
+++ packages/liborigin2/trunk/debian/rules Sun Feb  6 12:00:54 2011
@@ -19,7 +19,7 @@
 
 get-orig-source:
 	REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*svn([0-9]+).*,\1,p'); \
-	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*1:([^-+~]+).*,\1,p'); \
+	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*2:([^-+~]+).*,\1,p'); \
 	if [ x$$REV = x ]; then \
 	    wget http://download.berlios.de/qtiplot/liborigin2-$$VER.zip; \
 	    unzip liborigin2-$$VER.zip; \




More information about the debian-science-commits mailing list