r45234 - in /packages/libgtkdatabox/trunk/debian: changelog libgtkdatabox-0.9.1-3.lintian-overrides rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Jul 12 10:08:12 UTC 2012


Author: tille
Date: Thu Jul 12 10:08:11 2012
New Revision: 45234

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45234
Log:
Use override because the symlink check seems to be a false positive here

Added:
    packages/libgtkdatabox/trunk/debian/libgtkdatabox-0.9.1-3.lintian-overrides
Modified:
    packages/libgtkdatabox/trunk/debian/changelog
    packages/libgtkdatabox/trunk/debian/rules

Modified: packages/libgtkdatabox/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/changelog?rev=45234&op=diff
==============================================================================
--- packages/libgtkdatabox/trunk/debian/changelog (original)
+++ packages/libgtkdatabox/trunk/debian/changelog Thu Jul 12 10:08:11 2012
@@ -21,6 +21,8 @@
        instead of helper files to reduce the number of cases where
        you need to change the package name due to version number
        changes
+  * libgtkdatabox-0.9.1-3.lintian-overrides: Use override because the
+    symlink check seems to be a false positive here
 
  -- Andreas Tille <tille at debian.org>  Wed, 11 Jul 2012 15:02:19 +0200
 

Added: packages/libgtkdatabox/trunk/debian/libgtkdatabox-0.9.1-3.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/libgtkdatabox-0.9.1-3.lintian-overrides?rev=45234&op=file
==============================================================================
--- packages/libgtkdatabox/trunk/debian/libgtkdatabox-0.9.1-3.lintian-overrides (added)
+++ packages/libgtkdatabox/trunk/debian/libgtkdatabox-0.9.1-3.lintian-overrides Thu Jul 12 10:08:11 2012
@@ -1,0 +1,3 @@
+# The needed link is provided but without the version number (just as it was created by the build process)
+libgtkdatabox-0.9.1-3: dev-pkg-without-shlib-symlink usr/lib/libgtkdatabox-0.9.1.so.3.0.0 usr/lib/libgtkdatabox-0.9.1.so
+

Modified: packages/libgtkdatabox/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/rules?rev=45234&op=diff
==============================================================================
--- packages/libgtkdatabox/trunk/debian/rules (original)
+++ packages/libgtkdatabox/trunk/debian/rules Thu Jul 12 10:08:11 2012
@@ -4,13 +4,15 @@
 # License: GPL
 
 # Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 devpkg := $(shell grep -- "-dev" debian/control | sed -n 's/^Package: //p' | head -n 1)
 gladepkg := $(shell grep -- "-libglade" debian/control | sed -n 's/^Package: //p' | head -n 1)
 libglade := $(shell grep -- "-glade" debian/control | sed -n 's/^Package: //p' | head -n 1)
-ver  := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: [0-9]\+:\(.*\)/\1/')
+ver  := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: [0-9]\+:\(.*\)\.[0-9]-[0-9]/\1/')
+
+arch := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
 	dh $@ --with autotools_dev
@@ -45,7 +47,6 @@
 	d-devlibdeps debian/$(devpkg).substvars \
 	             debian/tmp/usr/lib/*/$(pkg).so
 
-
 	d-shlibmove --commit \
 		    --movedev "debian/tmp/usr/include" usr \
 		    --movedev "debian/tmp/usr/lib/*/pkgconfig" usr/share \




More information about the debian-science-commits mailing list