[xml/sgml-commit] r662 - packages/docbook/trunk/debian
Daniel Leidert
dleidert-guest at alioth.debian.org
Sun Mar 11 05:07:06 CET 2007
Author: dleidert-guest
Date: 2007-03-11 04:07:05 +0000 (Sun, 11 Mar 2007)
New Revision: 662
Modified:
packages/docbook/trunk/debian/rules
Log:
* debian/rules (clean): Forgot to add the created files in debian/. Fixed.
Modified: packages/docbook/trunk/debian/rules
===================================================================
--- packages/docbook/trunk/debian/rules 2007-03-11 04:01:46 UTC (rev 661)
+++ packages/docbook/trunk/debian/rules 2007-03-11 04:07:05 UTC (rev 662)
@@ -44,7 +44,9 @@
dh_testdir
dh_testroot
rm -f build-stamp patch-stamp
- rm -f debian/sgmlcatalogs
+ rm -f debian/docbook.install \
+ debian/docbook.links \
+ debian/docbook.sgmlcatalogs
dh_clean
install: build
More information about the debian-xml-sgml-commit
mailing list