r15592 - in /trunk/libnet-z3950-perl: debian/changelog debian/rules doc/Makefile
ntyni at users.alioth.debian.org
ntyni at users.alioth.debian.org
Mon Feb 25 11:20:41 UTC 2008
Author: ntyni
Date: Mon Feb 25 11:20:40 2008
New Revision: 15592
URL: http://svn.debian.org/wsvn/?sc=1&rev=15592
Log:
* Remove a Debian change to doc/Makefile and work around the problem in
debian/rules.
Modified:
trunk/libnet-z3950-perl/debian/changelog
trunk/libnet-z3950-perl/debian/rules
trunk/libnet-z3950-perl/doc/Makefile
Modified: trunk/libnet-z3950-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-perl/debian/changelog?rev=15592&op=diff
==============================================================================
--- trunk/libnet-z3950-perl/debian/changelog (original)
+++ trunk/libnet-z3950-perl/debian/changelog Mon Feb 25 11:20:40 2008
@@ -12,6 +12,8 @@
* Fix inter-target dependencies in debian/rules
* Remove commented invocations of debhelper utilities.
* Upgrade to Standards-Version 3.7.3. No changes needed.
+ * Remove a Debian change to doc/Makefile and work around the problem in
+ debian/rules.
-- Niko Tyni <ntyni at debian.org> Mon, 25 Feb 2008 13:05:40 +0200
Modified: trunk/libnet-z3950-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-perl/debian/rules?rev=15592&op=diff
==============================================================================
--- trunk/libnet-z3950-perl/debian/rules (original)
+++ trunk/libnet-z3950-perl/debian/rules Mon Feb 25 11:20:40 2008
@@ -49,7 +49,7 @@
# Add commands to clean up after the build process here
[ ! -f Makefile ] || $(MAKE) realclean
- $(MAKE) -C doc clean
+ [ ! -d doc/Z3950 ] || $(MAKE) -C doc clean
dh_clean build-stamp install-stamp
Modified: trunk/libnet-z3950-perl/doc/Makefile
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-perl/doc/Makefile?rev=15592&op=diff
==============================================================================
--- trunk/libnet-z3950-perl/doc/Makefile (original)
+++ trunk/libnet-z3950-perl/doc/Makefile Mon Feb 25 11:20:40 2008
@@ -25,6 +25,6 @@
clean:
rm -f $(HTML) Z3950/style.css $(JUNK)
- [ ! -d Z3950 ] || rmdir Z3950
+ rmdir Z3950
distclean: clean
More information about the Pkg-perl-cvs-commits
mailing list