[Pkg-gnutls-commits] CVS libtasn1-2
Ivo Timmermans
ivo@haydn.debian.org
Wed, 24 Mar 2004 01:57:37 -0700
Update of /cvsroot/pkg-gnutls/libtasn1-2
In directory haydn:/tmp/cvs-serv5303
Modified Files:
changelog control rules
Log Message:
Changes for 0.2.7-1
--- /cvsroot/pkg-gnutls/libtasn1-2/changelog 2003/10/31 19:18:37 1.1.1.1
+++ /cvsroot/pkg-gnutls/libtasn1-2/changelog 2004/03/24 08:57:37 1.2
@@ -1,8 +1,21 @@
-libtasn1-2 (0.2.6-1) experimental; urgency=low
+libtasn1-2 (0.2.7-1) unstable; urgency=low
+
+ * Thanks to Andreas Metzler for preparing this package.
+ * New upstream release, which introduces versioned symbols.
+ * debian/control: Added conflict with libtasn1-1. (Closes: #228204)
+
+ -- Ivo Timmermans <ivo@debian.org> Tue, 23 Mar 2004 19:39:04 +0100
+
+libtasn1-2 (0.2.6-1) unstable; urgency=low
* New upstream release; package renamed to libtasn1-2.
+ * debian/rules: Moved to cdbs.
+ * debian/control:
+ * updated Standards-Version;
+ * tightened debhelper build dependency;
+ * added auto* to the build dependencies.
- -- Ivo Timmermans <ivo@debian.org> Fri, 31 Oct 2003 20:17:06 +0100
+ -- Ivo Timmermans <ivo@debian.org> Sat, 6 Dec 2003 21:02:25 +0100
libtasn1-1 (0.2.4-3) unstable; urgency=low
--- /cvsroot/pkg-gnutls/libtasn1-2/control 2003/12/27 21:32:05 1.3
+++ /cvsroot/pkg-gnutls/libtasn1-2/control 2004/03/24 08:57:37 1.4
@@ -28,7 +28,7 @@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
-Conflicts: libgnutls5 (<< 0.5.1-4)
+Conflicts: libgnutls5 (<< 0.5.1-4), libtasn1-1
Description: Manage ASN.1 structures (runtime)
Manage ASN1 (Abstract Syntax Notation One) structures.
The main features of this library are:
--- /cvsroot/pkg-gnutls/libtasn1-2/rules 2003/12/27 21:29:39 1.3
+++ /cvsroot/pkg-gnutls/libtasn1-2/rules 2004/03/24 08:57:37 1.4
@@ -1,7 +1,8 @@
#! /usr/bin/make -f
# Build the libgcrypt package for Debian.
-DEB_TAR_SRCDIR = libtasn1-0.2.6
+DEB_TAR_SRCDIR = libtasn1-0.2.7
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libtasn1-2 (>=0.2.7)'
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk