[Pkg-gnutls-commits] r1312 - in /packages/gnutls28/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Wed Nov 9 18:40:34 UTC 2011


Author: ametzler
Date: Wed Nov  9 18:40:32 2011
New Revision: 1312

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1312
Log:
gnutls-extra is removed upstream, there is no need anaymore to manually
remove the bits and pieces in debian/rules.

Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/rules

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1312&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Wed Nov  9 18:40:32 2011
@@ -6,6 +6,8 @@
   * loadable Guile module no longer installed directly to $libdir but to
     $libdir/guile/X.Y/. Drop nunnecessary lintian overrides and (from
     debian/rules) DEB_DH_MAKESHLIBS_ARGS_guile-gnutls.
+  * gnutls-extra is removed upstream, there is no need anaymore to manually
+    remove the bits and pieces in debian/rules.
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 23 Oct 2011 18:18:17 +0200
 

Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1312&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Wed Nov  9 18:40:32 2011
@@ -58,16 +58,3 @@
 common-install-arch::
 	find debian/*/usr/lib/* -name '*.so.*.*' -type f -exec \
 		chrpath -d {} +
-	cd debian/tmp && rm -vf usr/include/gnutls/extra.h \
-		usr/lib/*/libgnutls-extra.* \
-		usr/lib/*/pkgconfig/gnutls-extra.pc \
-		usr/lib/*/libguile-gnutls-extra* \
-		usr/share/guile/site/gnutls/extra.scm
-	rmdir --ignore-fail-on-non-empty --verbose \
-		debian/tmp/usr/share/guile/site/gnutls
-
-common-install-indep::
-	cd debian/tmp && rm -fv \
-		usr/share/gtk-doc/html/gnutls/gnutls-extra.html \
-		usr/share/man/man3/gnutls_global_init_extra.3 \
-		usr/share/man/man3/gnutls_extra_check_version.3




More information about the Pkg-gnutls-commits mailing list