r16421 - in /desktop/unstable/scrollkeeper/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Jul 1 16:51:39 UTC 2008


Author: lool
Date: Tue Jul  1 16:51:39 2008
New Revision: 16421

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16421
Log:
Drop DEB_SHLIBDEPS_INCLUDE; bump dpkg-deb bdep to >= 1.14.8.

Modified:
    desktop/unstable/scrollkeeper/debian/changelog
    desktop/unstable/scrollkeeper/debian/control
    desktop/unstable/scrollkeeper/debian/control.in
    desktop/unstable/scrollkeeper/debian/rules

Modified: desktop/unstable/scrollkeeper/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/changelog?rev=16421&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/changelog (original)
+++ desktop/unstable/scrollkeeper/debian/changelog Tue Jul  1 16:51:39 2008
@@ -1,6 +1,7 @@
 scrollkeeper (0.3.14-17) UNRELEASED; urgency=low
 
   * Don't hardcode libscrollkeeper0 in rules.
+  * Drop DEB_SHLIBDEPS_INCLUDE; bump dpkg-deb bdep to >= 1.14.8.
 
  -- Loic Minier <lool at dooz.org>  Tue, 01 Jul 2008 18:46:28 +0200
 

Modified: desktop/unstable/scrollkeeper/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/control?rev=16421&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/control (original)
+++ desktop/unstable/scrollkeeper/debian/control Tue Jul  1 16:51:39 2008
@@ -14,7 +14,7 @@
                libxml2-utils,
                xml-core (>= 0.06),
                gnome-pkg-tools,
-               dpkg-dev (>= 1.13.19),
+               dpkg-dev (>= 1.14.8),
                autotools-dev
 
 Package: libscrollkeeper0

Modified: desktop/unstable/scrollkeeper/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/control.in?rev=16421&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/control.in (original)
+++ desktop/unstable/scrollkeeper/debian/control.in Tue Jul  1 16:51:39 2008
@@ -14,7 +14,7 @@
                libxml2-utils,
                xml-core (>= 0.06),
                gnome-pkg-tools,
-               dpkg-dev (>= 1.13.19),
+               dpkg-dev (>= 1.14.8),
                autotools-dev
 
 Package: libscrollkeeper0

Modified: desktop/unstable/scrollkeeper/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/rules?rev=16421&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/rules (original)
+++ desktop/unstable/scrollkeeper/debian/rules Tue Jul  1 16:51:39 2008
@@ -10,18 +10,18 @@
 
 DEB_COMPRESS_EXCLUDE += usr/share/doc/scrollkeeper/html/scrollkeeper_manual/C/scrollkeeper_manual.sgml
 DEB_DH_MAKESHLIBS_ARGS_$(libskN) += -V '$(libskN) (>= 0.3.8)'
-DEB_SHLIBDEPS_INCLUDE += debian/$(libskN)/usr/lib
 
 clean::
 	# remove generated xml files
 	find cl/templates -type d -mindepth 1 | xargs rm -rf
 	dh_clean intltool-extract intltool-merge intltool-update \
-	doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files-C.omf.out \
-	cl/templates/scrollkeeper_cl.xml omf-install/*.omf po/.intltool-merge-cache
+	    doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files-C.omf.out \
+	    cl/templates/scrollkeeper_cl.xml \
+	    omf-install/*.omf po/.intltool-merge-cache
 
 binary-post-install/libscrollkeeper-dev::
-	rm -rf debian/libscrollkeeper-dev/usr/share/doc
-	dh_link -plibscrollkeeper-dev usr/share/doc/$(libskN) usr/share/doc/libscrollkeeper-dev
+	rm -rf debian/$(cdbs_curpkg)/usr/share/doc
+	dh_link -p$(cdbs_curpkg) usr/share/doc/$(libskN) usr/share/doc/$(cdbs_curpkg)
 	gzip -9 debian/tmp/usr/share/man/man1/scrollkeeper-config.1
 	gzip -9 debian/tmp/usr/share/man/man1/scrollkeeper-gen-seriesid.1
 	gzip -9 debian/tmp/usr/share/man/man5/scrollkeeper.conf.5
@@ -31,4 +31,5 @@
 	gzip -9 debian/tmp/usr/share/man/man8/scrollkeeper-update.8
 
 binary-post-install/scrollkeeper::
-	dh_installxmlcatalogs -pscrollkeeper
+	dh_installxmlcatalogs -p$(cdbs_curpkg)
+




More information about the pkg-gnome-commits mailing list