vdr/vdr-plugin-mp3/debian changelog rules
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 04 Oct 2004 19:49:47 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian
In directory haydn:/tmp/cvs-serv8315/vdr/vdr-plugin-mp3/debian
Modified Files:
changelog rules
Log Message:
ignore the exitcode of the "make clean"-call
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/changelog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- changelog 25 Sep 2004 10:09:14 -0000 1.11
+++ changelog 4 Oct 2004 19:49:45 -0000 1.12
@@ -1,3 +1,10 @@
+vdr-plugin-mp3 (0.9.7-2) unstable; urgency=low
+
+ * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+ - Ignore the exitcode of the "make clean"-call in debian/rules
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Mon, 4 Oct 2004 21:47:59 +0200
+
vdr-plugin-mp3 (0.9.7-1) unstable; urgency=low
* Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-mp3/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rules 2 Aug 2004 16:26:57 -0000 1.9
+++ rules 4 Oct 2004 19:49:45 -0000 1.10
@@ -46,7 +46,7 @@
dh_testroot
rm -f build-stamp configure-stamp
- make clean
+ -make clean
rm -f libvdr-*.so*
dh_clean