Update of /cvsroot/wisp/wisp/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv23753/debian
Modified Files:
rules
Log Message:
don't erase the copyright while adding a Debian-specific reference
Index: rules
===================================================================
RCS file: /cvsroot/wisp/wisp/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rules 7 Feb 2003 20:53:31 -0000 1.9
+++ rules 8 Feb 2003 14:33:41 -0000 1.10
@@ -44,7 +44,7 @@
echo On Debian systems, a copy of the GNU General; \
echo Public License is available in the file; \
echo \'/usr/share/common-licenses/GPL\'; \
- ) > debian/tmp/usr/share/doc/wisp/copyright
+ ) >> debian/tmp/usr/share/doc/wisp/copyright
cd debian/tmp/usr/share/doc/wisp && chmod 644 copyright
install -m644 debian/changelog \
debian/tmp/usr/share/doc/wisp/changelog.Debian
|