[Pkg-gnutls-commits] r747 - in /packages/libtasn1-3/trunk/debian: changelog libtasn1-3-dev.install

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Fri Jul 31 18:35:13 UTC 2009


Author: ametzler
Date: Fri Jul 31 18:35:13 2009
New Revision: 747

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=747
Log:
Fix dh_ininstall pattern for installation of info files to not match a dir file.

Modified:
    packages/libtasn1-3/trunk/debian/changelog
    packages/libtasn1-3/trunk/debian/libtasn1-3-dev.install

Modified: packages/libtasn1-3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/changelog?rev=747&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/changelog (original)
+++ packages/libtasn1-3/trunk/debian/changelog Fri Jul 31 18:35:13 2009
@@ -7,6 +7,8 @@
   * Standards version 3.8.2:
     + In debian/copyright point to /usr/share/common-licenses/GFDL-1.3
       instead of shipping our own copy.
+  * Fix dh_install pattern for installation of info files to not match a
+    dir file.
 
  -- Andreas Metzler <ametzler at debian.org>  Fri, 31 Jul 2009 19:27:41 +0200
 

Modified: packages/libtasn1-3/trunk/debian/libtasn1-3-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/libtasn1-3-dev.install?rev=747&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/libtasn1-3-dev.install (original)
+++ packages/libtasn1-3/trunk/debian/libtasn1-3-dev.install Fri Jul 31 18:35:13 2009
@@ -5,5 +5,5 @@
 usr/lib/lib*.la
 usr/lib/lib*.so
 usr/lib/pkgconfig/*.pc
-usr/share/info/*
+usr/share/info/*info*
 usr/share/man/man3/*




More information about the Pkg-gnutls-commits mailing list