r874 - in /branches/kboincspy/experimental/debian: changelog control kboincspy.lintian-overrides lintian rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Tue Apr 1 12:49:05 UTC 2008


Author: fst
Date: Tue Apr  1 12:49:05 2008
New Revision: 874

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=874
Log:
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.

Added:
    branches/kboincspy/experimental/debian/kboincspy.lintian-overrides
      - copied unchanged from r872, branches/kboincspy/experimental/debian/lintian
Removed:
    branches/kboincspy/experimental/debian/lintian
Modified:
    branches/kboincspy/experimental/debian/changelog
    branches/kboincspy/experimental/debian/control
    branches/kboincspy/experimental/debian/rules

Modified: branches/kboincspy/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/kboincspy/experimental/debian/changelog?rev=874&op=diff
==============================================================================
--- branches/kboincspy/experimental/debian/changelog (original)
+++ branches/kboincspy/experimental/debian/changelog Tue Apr  1 12:49:05 2008
@@ -4,11 +4,15 @@
   * 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).
   * debian/patches/: Removed all patches, they are not required anymore.
   * debian/rules:
     - Use CDBS' CMake class instead of it's KDE class (since KBoincSpy now
       uses CMake) and removed all autotools specific remnants.
+  * 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
 

Modified: branches/kboincspy/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/kboincspy/experimental/debian/control?rev=874&op=diff
==============================================================================
--- branches/kboincspy/experimental/debian/control (original)
+++ branches/kboincspy/experimental/debian/control Tue Apr  1 12:49:05 2008
@@ -3,7 +3,7 @@
 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/

Modified: branches/kboincspy/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/kboincspy/experimental/debian/rules?rev=874&op=diff
==============================================================================
--- branches/kboincspy/experimental/debian/rules (original)
+++ branches/kboincspy/experimental/debian/rules Tue Apr  1 12:49:05 2008
@@ -15,7 +15,6 @@
 	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::




More information about the pkg-boinc-commits mailing list