[Pkg-gnutls-commits] r1004 - in /packages/libtasn1-3/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sat Feb 12 15:38:23 UTC 2011


Author: ametzler
Date: Sat Feb 12 15:38:23 2011
New Revision: 1004

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1004
Log:
Drop superfluous code from debian/rules.

Modified:
    packages/libtasn1-3/trunk/debian/changelog
    packages/libtasn1-3/trunk/debian/rules

Modified: packages/libtasn1-3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/changelog?rev=1004&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/changelog (original)
+++ packages/libtasn1-3/trunk/debian/changelog Sat Feb 12 15:38:23 2011
@@ -2,6 +2,7 @@
 
   * NOT RELEASED YET
   * Downgrade libtasn1-3 priority to standard.
+  * Drop superfluous code from debian/rules.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 08 Jan 2011 10:54:13 +0100
 

Modified: packages/libtasn1-3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libtasn1-3/trunk/debian/rules?rev=1004&op=diff
==============================================================================
--- packages/libtasn1-3/trunk/debian/rules (original)
+++ packages/libtasn1-3/trunk/debian/rules Sat Feb 12 15:38:23 2011
@@ -13,14 +13,3 @@
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libtasn1-3 (>=1.6-0)'
 DEB_COMPRESS_EXCLUDE := libtasn1.pdf
-
-build/libtasn1-3-dev::
-	cd $(DEB_SRCDIR)/doc && $(MAKE) libtasn1.pdf
-
-build/libtasn1-3::
-	cd $(DEB_SRCDIR)/src && $(MAKE) asn1Parser asn1Coding asn1Decoding
-	install -m 755 -d "$(CURDIR)/debian/tmp/usr/bin/"
-	cd $(DEB_SRCDIR)/src && \
-	for e in asn1Parser asn1Coding asn1Decoding ; do \
-	  /bin/sh ../libtool --mode=install /usr/bin/install -c $$e "$(CURDIR)/debian/tmp/usr/bin/" ; \
-	done




More information about the Pkg-gnutls-commits mailing list