Author: aurel32
Date: 2009-08-09 19:48:39 +0000 (Sun, 09 Aug 2009)
New Revision: 3748

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * debian/rules.d/debhelper.mk: use dh_lintian instead doing the work
    manually.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-08-09 19:36:42 UTC (rev 
3747)
+++ glibc-package/trunk/debian/changelog        2009-08-09 19:48:39 UTC (rev 
3748)
@@ -9,11 +9,13 @@
   * Don't access dpkg files directly in libc6.preinst.
   * patches/any/local-ld-multiarch.diff: convert i586 and i686 into i486
     (Closes: bug#540646).
+  * debian/rules.d/debhelper.mk: use dh_lintian instead doing the work
+    manually.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2696 (from glibc-bsd).
 
- -- Aurelien Jarno <[email protected]>  Sun, 09 Aug 2009 21:12:43 +0200
+ -- Aurelien Jarno <[email protected]>  Sun, 09 Aug 2009 21:48:02 +0200
 
 eglibc (2.9-23) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk     2009-08-09 19:36:42 UTC 
(rev 3747)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk     2009-08-09 19:48:39 UTC 
(rev 3748)
@@ -47,6 +47,7 @@
        fi
        dh_installinit -p$(curpass)
        dh_installdocs -p$(curpass) 
+       dh_lintian -p $(curpass)
        dh_link -p$(curpass)
        set -e; if test -d debian/bug/$(curpass); then                   \
            dh_installdirs -p$(curpass) usr/share/bug;                   \
@@ -99,12 +100,6 @@
        chmod a+x debian/shlibs-add-udebs
        ./debian/shlibs-add-udebs $(curpass)
 
-       if [ -f debian/$(curpass).lintian ] ; then \
-               install -d -m 755 -o root -g root 
debian/$(curpass)/usr/share/lintian/overrides/ ; \
-               install -m 644 -o root -g root debian/$(curpass).lintian \
-                       
debian/$(curpass)/usr/share/lintian/overrides/$(curpass) ; \
-       fi
-
        dh_installdeb -p$(curpass)
        if [ $(curpass) = nscd ] ; then \
                dh_shlibdeps -p$(curpass) ; \


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to