[Pkg-gnutls-commits] r246 - in /packages/gnutls13/branches/branch1.5.x.EXP/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Oct 28 13:41:59 CEST 2006


Author: ametzler
Date: Sat Oct 28 13:41:59 2006
New Revision: 246

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=246
Log:
Drop unused code for re-libtoolizing and running auto* from debian/rules.

Modified:
    packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog
    packages/gnutls13/branches/branch1.5.x.EXP/debian/rules

Modified: packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog?rev=246&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog (original)
+++ packages/gnutls13/branches/branch1.5.x.EXP/debian/changelog Sat Oct 28 13:41:59 2006
@@ -7,6 +7,9 @@
     - Add a copy of the FDL 1.2 to debian/copyright.
   * New upstream version 1.5.3.
   * Bump shlibs to get rid of reference to ugly 1.5.1.cvs2006093.
+  * Drop code for re-libtoolizing and running auto* from debian/rules, it is
+    unused and would not work anymore. (We can later grab the from SVN and
+    update it to make work if we ever need it.)
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 28 Oct 2006 12:56:46 +0200
 

Modified: packages/gnutls13/branches/branch1.5.x.EXP/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.5.x.EXP/debian/rules?rev=246&op=diff
==============================================================================
--- packages/gnutls13/branches/branch1.5.x.EXP/debian/rules (original)
+++ packages/gnutls13/branches/branch1.5.x.EXP/debian/rules Sat Oct 28 13:41:59 2006
@@ -30,26 +30,6 @@
 clean::
 	mkdir -p m4
 
-	if test -d gl ; then : ; else \
-	mkdir -p gl; \
-	gnulib-tool --import --source-base=gl --m4-base=gl/m4 \
-		--dir=. --lib=libgnu --aux-dir=. --libtool --macro-prefix=gl \
-		 gc gc-arcfour gc-arctwo gc-des gc-hmac-md5 gc-md2 gc-md4 gc-md5 gc-pbkdf2-sha1 gc-random gc-rijndael gc-sha1 getline getpass inet_ntop memmem memmove minmax readline snprintf socklen ; \
-	fi
-
-	if test ! -f ABOUT-NLS; then gettextize -f -c --no-changelog; \
-		test ! -f Makefile.am~ || mv -f Makefile.am~ Makefile.am; \
-		test ! -f configure.in~ || mv -f configure.in~ configure.in; \
-		test -f libextra/gettext.h || cp /usr/share/gettext/gettext.h libextra/; \
-	fi
-	if test -f gtk-doc.make ; then touch gtk-doc.make; else gtkdocize --copy; fi
-	if test -f ltmain.sh ; then touch ltmain.sh; else libtoolize -c -f --automake ; fi
-	if test -f aclocal.m4 ; then touch aclocal.m4; else aclocal-1.9 -I m4 -I gl/m4 -I . ; fi
-	if test -f config.h.in ; then touch config.h.in; else autoheader2.50; fi
-	if test -f Makefile.in ; then find . -name Makefile.in -exec touch {} \; ;\
-		else automake-1.9 --copy --add-missing; fi
-
-	if test -f configure ; then touch configure; else autoconf2.50; fi
 	-rm -rf autom4te.cache
 
 	-rm -f tests/stamp-tests




More information about the Pkg-gnutls-commits mailing list