r26201 - in /desktop/experimental/glib2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Jan 11 01:38:30 UTC 2011


Author: pochu
Date: Tue Jan 11 01:38:29 2011
New Revision: 26201

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26201
Log:
Fix variable substitution.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=26201&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Jan 11 01:38:29 2011
@@ -4,6 +4,7 @@
     - Don't exclude .sgml and .devhelp files from being compressed.
       The former are already excluded by dh_compress and the later
       can be compressed now that devhelp can handle them.
+    - Fix variable substitution.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 10 Jan 2011 08:35:57 +0000
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=26201&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Tue Jan 11 01:38:29 2011
@@ -67,7 +67,7 @@
 	sed \
 		-e "s#@SONAME@#$(SONAME)#g" \
 		-e "s#@APIVER@#$(APIVER)#g" \
-		-e "s#@VERSION@#$(VERSION)#g" \
+		-e "s#@VERSION@#$(DEB_UPSTREAM_VERSION)#g" \
 		-e "s#@SHARED_PKG@#$(SHARED_PKG)#g" \
 		-e "s#@BIN_PKG@#$(BIN_PKG)#g" \
 		-e "s#@DATA_PKG@#$(DATA_PKG)#g" \




More information about the pkg-gnome-commits mailing list