[Pkg-cyrus-sasl2-commits] r33 - in /cyrus-sasl-2.1/trunk/debian: changelog control rules

el_cubano-guest at users.alioth.debian.org el_cubano-guest at users.alioth.debian.org
Fri Oct 20 06:56:46 UTC 2006


Author: el_cubano-guest
Date: Fri Oct 13 23:19:39 2006
New Revision: 33

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=33
Log:
Restructure changelog, add Roberto as uploader, fix build depends (db4.2 -> db4.4; add groff-base), added relevant bug closures; fix debian/rules' creation of README.configure-options and fixed debian/rules so that bogus ldconfig calls are not in post(inst|rm)

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/control
    cyrus-sasl-2.1/trunk/debian/rules

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=33&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Fri Oct 13 23:19:39 2006
@@ -1,6 +1,16 @@
 cyrus-sasl-2.1 (2.1.22-1) unstable; urgency=low
 
-  * Initial release (Closes: #368370)
+  * This package actually started out with the debian/ directory from the
+    former cyrus-sasl2 package.
+  * Fabian Faberholm
+    - Initial release (Closes: #368370, #310438)
+    - Repackaged upstream source to remove non-free docs (Closes: #365183)
+  * Roberto C. Sanchez
+    - Added myself to Uploaders field
+    - Added missing Build-Depends on groff-base
+    - Changed build dependency from db4.2 to db4.4 (Closes: #354413)
+    - Made it so that README.configure-options is actually populated
+    - Fix debian/rules so that bogus ldconfig calls are not in post(inst|rm)
 
- -- Fabian Fagerholm <fabbe at debian.org>  Fri, 28 May 2006 10:03:07 -0500
+ -- Roberto C. Sanchez <roberto at connexer.com>  Fri, 13 Oct 2006 17:27:21 -0400
 

Modified: cyrus-sasl-2.1/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/control?rev=33&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/control (original)
+++ cyrus-sasl-2.1/trunk/debian/control Fri Oct 13 23:19:39 2006
@@ -2,9 +2,9 @@
 Section: libs
 Priority: important
 Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel at lists.alioth.debian.org>
-Uploaders: Fabian Fagerholm <fabbe at debian.org>
+Uploaders: Fabian Fagerholm <fabbe at debian.org>, Roberto C. Sanchez <roberto at connexer.com>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, libdb4.2-dev (>= 4.2.52), libpam0g-dev (>= 0.76-22), libssl-dev (>= 0.9.7e-3), libmysqlclient15-dev (>= 5.0.20-1), libopie-dev (>= 2.32-10), libpq-dev (>= 8.1.3-4), libkrb5-dev, libsqlite0-dev (>= 2.8.16-1), libldap2-dev (>= 2.1.30-8), lsb-base (>= 3.0-6), chrpath
+Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, libdb4.4-dev, libpam0g-dev (>= 0.76-22), libssl-dev (>= 0.9.7e-3), libmysqlclient15-dev (>= 5.0.20-1), libopie-dev (>= 2.32-10), libpq-dev (>= 8.1.3-4), libkrb5-dev, libsqlite0-dev (>= 2.8.16-1), libldap2-dev (>= 2.1.30-8), lsb-base (>= 3.0-6), chrpath, groff-base
 
 Package: cyrus-sasl-2.1-bin
 Section: utils

Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=33&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Fri Oct 13 23:19:39 2006
@@ -122,7 +122,7 @@
 	       
 	echo 'To build this package, configure was called as follows:' \
 		> debian/README.configure-options
-	grep with\ options configure.status | sed -e \
+	grep with\ options config.status | sed -e \
 		's/^.*options \\"/configure /;s/\\"$///' \
 		>> debian/README.configure-options
 
@@ -183,15 +183,12 @@
 	dh_installdirs -a
 	dh_install -a --autodest --list-missing --sourcedir=$(TMPPKG)
 	dh_installinit --name=saslauthd
-#	dh_installlogrotate -a
-#	dh_installpam -a
-#	dh_installcron -a
 	dh_installman -a
 	dh_link -a
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
-	dh_makeshlibs -a
+	dh_makeshlibs -a -X/usr/lib/sasl2
 	dh_installdeb -a
 	dh_shlibdeps -a
 	dh_gencontrol -a




More information about the Pkg-cyrus-sasl2-commits mailing list