Package: libpam-pgsql
Version: 0.7.3.1-1
Severity: normal
Tags: patch

libpam-pgsql includes a libtool la file. Afaict (pam-pgsql is the only pam
package except libpam-dbus that ships la files in /lib/security) it
can simply be removed. Straightforward patch attached.

http://wiki.debian.org/ReleaseGoals/LAFileRemoval
http://lists.debian.org/debian-devel/2009/08/msg00808.html
http://release.debian.org/~aba/la/current.txt

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -Nru pam-pgsql-0.7.3.1/debian/changelog pam-pgsql-0.7.3.1/debian/changelog
--- pam-pgsql-0.7.3.1/debian/changelog	2011-03-27 10:47:59.000000000 +0200
+++ pam-pgsql-0.7.3.1/debian/changelog	2011-04-09 18:04:25.000000000 +0200
@@ -1,3 +1,11 @@
+pam-pgsql (0.7.3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Stop shipping libtool la files in binary packages.
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler <ametz...@debian.org>  Sat, 09 Apr 2011 18:03:39 +0200
+
 pam-pgsql (0.7.3.1-1) unstable; urgency=low
 
   * New upstream version
diff -Nru pam-pgsql-0.7.3.1/debian/patches/debian-changes-0.7.3.1-1.1 pam-pgsql-0.7.3.1/debian/patches/debian-changes-0.7.3.1-1.1
diff -Nru pam-pgsql-0.7.3.1/debian/patches/series pam-pgsql-0.7.3.1/debian/patches/series
diff -Nru pam-pgsql-0.7.3.1/debian/rules pam-pgsql-0.7.3.1/debian/rules
--- pam-pgsql-0.7.3.1/debian/rules	2011-03-27 10:47:59.000000000 +0200
+++ pam-pgsql-0.7.3.1/debian/rules	2011-04-09 18:07:31.000000000 +0200
@@ -19,7 +19,8 @@
 	# Install it
 	${MAKE} DESTDIR=${DESTDIR} install
 	rm -f ${DESTDIR}/usr/share/doc/libpam-pgsql/CHANGELOG \
-	 ${DESTDIR}/usr/share/doc/libpam-pgsql/sample.sql
+	 ${DESTDIR}/usr/share/doc/libpam-pgsql/sample.sql \
+	 ${DESTDIR}/lib/security/pam_pgsql.la
 
 override_dh_auto_clean:
 	# Clean up

Reply via email to