r12102 - in /packages/unstable/gnome-app-install/debian: changelog rules
jak-guest at users.alioth.debian.org
jak-guest at users.alioth.debian.org
Thu Jul 26 18:30:59 UTC 2007
Author: jak-guest
Date: Thu Jul 26 18:30:59 2007
New Revision: 12102
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12102
Log:
* debian/rules: fixed epoch handling in VERSION
Modified:
packages/unstable/gnome-app-install/debian/changelog
packages/unstable/gnome-app-install/debian/rules
Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=12102&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Thu Jul 26 18:30:59 2007
@@ -3,7 +3,7 @@
* Initial upload to Debian (Closes: #391309)
* Switch to CDBS
- -- Julian Andres Klode <jak at jak-linux.org> Thu, 26 Jul 2007 13:41:02 +0200
+ -- Julian Andres Klode <jak at jak-linux.org> Thu, 26 Jul 2007 20:30:02 +0200
gnome-app-install (0.4.3) gutsy; urgency=low
Modified: packages/unstable/gnome-app-install/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/rules?rev=12102&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/rules (original)
+++ packages/unstable/gnome-app-install/debian/rules Thu Jul 26 18:30:59 2007
@@ -3,7 +3,7 @@
DEB_AUTO_CLEANUP_RCS := yes
DEB_PYTHON_SYSTEM := pycentral
# Version without +debian, debian revision and epochs
-VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -f2 -d " " | cut -f1- -d: | cut -f1 -d+)
+VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d ' ' | cut -f2- -d: | cut -f1 -d+)
DEB_TARBALL := ../tarballs/gnome-app-install_$(VERSION)+debian.orig.tar.gz
UBU_TARBALL := http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-app-install/gnome-app-install_$(VERSION).tar.gz
More information about the pkg-gnome-commits
mailing list