Update of /cvsroot/wisp/wisp/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv16034/debian
Modified Files:
rules
Log Message:
improved compliance to current Debian Policy
Index: rules
===================================================================
RCS file: /cvsroot/wisp/wisp/debian/rules,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rules 30 Jul 2002 21:36:14 -0000 1.8
+++ rules 7 Feb 2003 20:53:31 -0000 1.9
@@ -36,14 +36,20 @@
install -m755 debian/postinst debian/prerm debian/tmp/DEBIAN
$(MAKE) prefix=$$(pwd)/debian/tmp/usr install
strip debian/tmp/usr/bin/wisp
+ strip -R.comment -R.note debian/tmp/usr/bin/wisp
gzip -9v debian/tmp/usr/share/info/wisp.info
perl -npe 'exit if /full text of GPL/;' < COPYING \
> debian/tmp/usr/share/doc/wisp/copyright
+ ( echo; \
+ 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
cd debian/tmp/usr/share/doc/wisp && chmod 644 copyright
install -m644 debian/changelog \
debian/tmp/usr/share/doc/wisp/changelog.Debian
cd debian/tmp/usr/share/doc/wisp && gzip -9v changelog.Debian
- cd debian/tmp/usr/share/man/man1 && gzip -9v wisp.1
+ cd debian/tmp/usr/share/man/man1 && gzip -9v *.1
dpkg-shlibdeps src/wisp
dpkg-gencontrol -isp
chown -R root.root debian/tmp
|