[SCM] KBoincSpy packaging branch, master, updated. upstream/0.9.1-16-gfc5230b

Frank S. Thomas fst at debian.org
Thu Mar 19 22:38:49 UTC 2009


The following commit has been merged in the master branch:
commit 891a0a26b2868fe8a6b3a367ef31170d031f6c56
Author: fst <fst at 2db7d633-71b8-0310-b1c1-c0b6732fd93e>
Date:   Tue Apr 1 12:49:05 2008 +0000

    Let dh_lintian install the override file.
    
    Instead of manually installing the override file for Lintian let
    dh_lintian do this. This requires build dependencies on "debhelper (>=
    6.0.7)" and "cdbs (>= 0.4.52)" and the renaming of debian/lintian to
    debian/kboincspy.lintian-overrides.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/pkg-boinc/branches/kboincspy/experimental@874 2db7d633-71b8-0310-b1c1-c0b6732fd93e

diff --git a/debian/changelog b/debian/changelog
index 8a0791a..9f006b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,13 @@ kboincspy (0.9.1-6) unstable; urgency=low
   * debian/manpages/kboincspy.xml: Updated from DocBook 4.2 to 4.4, which is
     the latest version in etch.
   * Bumped debhelper compat level from V5 to V6 since this is the current
-    recommended level and raised the build dependency to "debhelper (>= 6)".
+    recommended level (debhelper >= 6 is required for dh_lintian anyway).
   * Removed debian/control.in because CDBS' feature of automatically updating
     debian/control was barely used.
+  * Instead of manually installing the override file for Lintian let
+    dh_lintian do this. This requires build dependencies on "debhelper (>=
+    6.0.7)" and "cdbs (>= 0.4.52)" and the renaming of debian/lintian to
+    debian/kboincspy.lintian-overrides.
 
  -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 21:30:23 +0100
 
diff --git a/debian/control b/debian/control
index d7d78e9..4d711f6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: kde
 Priority: optional
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Frank S. Thomas <fst at debian.org>
-Build-Depends: cdbs (>= 0.4.27-1), debhelper (>= 6), quilt, patchutils (>= 0.2.25), autotools-dev, libtool, autoconf (>= 2.52), automake1.9, kdelibs4-dev (>= 4:3.3.0), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, docbook2x, docbook-xml
+Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), quilt, patchutils (>= 0.2.25), autotools-dev, libtool, autoconf (>= 2.52), automake1.9, kdelibs4-dev (>= 4:3.3.0), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, docbook2x, docbook-xml
 Standards-Version: 3.7.3
 Homepage: http://kboincspy.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-boinc/trunk/kboincspy/
diff --git a/debian/lintian b/debian/kboincspy.lintian-overrides
similarity index 100%
rename from debian/lintian
rename to debian/kboincspy.lintian-overrides
diff --git a/debian/rules b/debian/rules
index 2c2ec46..fe9af50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,6 @@ build/kboincspy::
 	docbook2x-man debian/manpages/kboincspy.xml
 
 install/kboincspy::
-	install -p -D -m644 debian/lintian debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg)
 	find debian/tmp/usr/lib -maxdepth 1 -type f -name *.so -exec cp {} debian/$(cdbs_curpkg)/usr/lib \;
 
 install/kboincspy-dev::

-- 
KBoincSpy packaging



More information about the pkg-boinc-commits mailing list