r14685 - /desktop/unstable/gtkmm2.4/debian/rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Feb 19 10:30:30 UTC 2008


Author: manphiz-guest
Date: Tue Feb 19 10:30:29 2008
New Revision: 14685

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14685
Log:
Fix typo in SHVER definition.

Modified:
    desktop/unstable/gtkmm2.4/debian/rules

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=14685&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Tue Feb 19 10:30:29 2008
@@ -12,7 +12,7 @@
 
 SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgtkmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgtkmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
-SHVER := 2.12.0
+SHVER := 1:2.12.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list