r5508 - in /vdr/vdr-plugin-softdevice/trunk/debian: changelog rules

tom-guest at users.alioth.debian.org tom-guest at users.alioth.debian.org
Sun Oct 7 20:33:14 UTC 2007


Author: tom-guest
Date: Sun Oct  7 20:33:14 2007
New Revision: 5508

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5508
Log:
Switched to new upstream changelog file CHANGELOG
Fixed debian-rules-ignores-make-clean-error

Modified:
    vdr/vdr-plugin-softdevice/trunk/debian/changelog
    vdr/vdr-plugin-softdevice/trunk/debian/rules

Modified: vdr/vdr-plugin-softdevice/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-softdevice/trunk/debian/changelog?rev=5508&op=diff
==============================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-softdevice/trunk/debian/changelog Sun Oct  7 20:33:14 2007
@@ -1,4 +1,4 @@
-vdr-plugin-softdevice (0.4.0+cvs20070830-2) UNRELEASED; urgency=low
+vdr-plugin-softdevice (0.4.0+cvs20070830-2) unstable; urgency=low
 
   [ Thomas Schmidt ]
   * Add user vdr to the group audio with the vdr-groups-script
@@ -6,10 +6,14 @@
 
   [ Tobias Grimm ]
   * Added build dependency to pkg-config
-  * Improved debian/copright
+  * Improved debian/copyright
   * Improved package description
 
- -- Tobias Grimm <tg at e-tobi.net>  Sat, 06 Oct 2007 23:07:28 +0200
+  [ Thomas Günther ]
+  * Switched to new upstream changelog file CHANGELOG
+  * Fixed debian-rules-ignores-make-clean-error
+
+ -- Thomas Günther <tom at toms-cafe.de>  Sun,  7 Oct 2007 22:09:24 +0200
 
 vdr-plugin-softdevice (0.4.0+cvs20070830-1) unstable; urgency=low
 

Modified: vdr/vdr-plugin-softdevice/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-softdevice/trunk/debian/rules?rev=5508&op=diff
==============================================================================
--- vdr/vdr-plugin-softdevice/trunk/debian/rules (original)
+++ vdr/vdr-plugin-softdevice/trunk/debian/rules Sun Oct  7 20:33:14 2007
@@ -42,7 +42,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -f libvdr-*.so.*
 	dh_clean
 
@@ -74,7 +74,7 @@
 #	dh_installman
 #	dh_installinfo
 #	dh_undocumented
-	dh_installchangelogs HISTORY
+	dh_installchangelogs CHANGELOG
 	dh_link
 	dh_strip
 	dh_compress




More information about the pkg-vdr-dvb-changes mailing list