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

fabbe at users.alioth.debian.org fabbe at users.alioth.debian.org
Mon May 12 18:29:43 UTC 2008


Author: fabbe
Date: Mon May 12 18:29:43 2008
New Revision: 347

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=347
Log:
Remove generated man pages in clean target.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    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=347&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon May 12 18:29:43 2008
@@ -8,8 +8,10 @@
     (Closes: #474311)
   * debian/control: Adjust priorities to be consistent and policy-compliant.
     (Closes: #471534)
-
- -- Fabian Fagerholm <fabbe at debian.org>  Mon, 12 May 2008 20:52:15 +0300
+  * debian/rules: Remove generated man pages in clean target. (Partial sync
+    with Ubuntu.)
+
+ -- Fabian Fagerholm <fabbe at debian.org>  Mon, 12 May 2008 21:28:56 +0300
 
 cyrus-sasl2 (2.1.22.dfsg1-19) unstable; urgency=low
 

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=347&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Mon May 12 18:29:43 2008
@@ -116,6 +116,9 @@
 	rm -f lib/sasldb.c lib/db_berkeley.c lib/allockey.c lib/cram.c \
 			lib/digestmd5.c lib/otp.c lib/gssapi.c lib/plain.c \
 			lib/anonymous.c lib/login.c lib/ntlm.c lib/sql.c lib/ldapdb.c
+
+	# Remove generated man pages
+	-rm -f sasl-sample-client.8 sasl-sample-server.8
 
 	dh_clean 
 




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