r10546 - /desktop/unstable/libgtkhtml2/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 30 08:59:08 UTC 2007


Author: lool
Date: Mon Apr 30 08:59:07 2007
New Revision: 10546

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10546
Log:
* Drop VERSION computation.

Modified:
    desktop/unstable/libgtkhtml2/debian/rules

Modified: desktop/unstable/libgtkhtml2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtkhtml2/debian/rules?rev=10546&op=diff
==============================================================================
--- desktop/unstable/libgtkhtml2/debian/rules (original)
+++ desktop/unstable/libgtkhtml2/debian/rules Mon Apr 30 08:59:07 2007
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-VERSION  := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-[^-]*$$/\1/p')
 CURRENT := 0
 
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
@@ -12,7 +11,6 @@
 	dh_testdir
 	sed -e "s/@CURRENT@/${CURRENT}/g" \
 	    -e 's/@GNOME_TEAM@/${uploaders}/' $@.in > $@
-	@echo "*** VERSION     : ${VERSION}"
 	@echo "*** GTKHTML_CURRENT : ${CURRENT}"
 
 configure: configure-stamp




More information about the pkg-gnome-commits mailing list