r5515 - in /vdr/vdr-plugin-streamdev/trunk/debian: changelog rules

tschmidt at users.alioth.debian.org tschmidt at users.alioth.debian.org
Mon Oct 8 21:22:11 UTC 2007


Author: tschmidt
Date: Mon Oct  8 21:22:11 2007
New Revision: 5515

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=5515
Log:
* Re-Added DVBDIR to debian/rules
* Changed clean-target in debian/rules to not ignore errors anymore

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

Modified: vdr/vdr-plugin-streamdev/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/changelog?rev=5515&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/changelog Mon Oct  8 21:22:11 2007
@@ -1,8 +1,10 @@
 vdr-plugin-streamdev (0.3.3~cvs20070921-2) UNRELEASED; urgency=low
 
   * Added Copyright information for Debian packaging to debian/copyright
-
- -- Thomas Schmidt <tschmidt at debian.org>  Sun, 07 Oct 2007 19:38:31 +0200
+  * Re-Added DVBDIR to debian/rules
+  * Changed clean-target in debian/rules to not ignore errors anymore
+
+ -- Thomas Schmidt <tschmidt at debian.org>  Mon, 08 Oct 2007 23:18:04 +0200
 
 vdr-plugin-streamdev (0.3.3~cvs20070921-1) unstable; urgency=low
 

Modified: vdr/vdr-plugin-streamdev/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/trunk/debian/rules?rev=5515&op=diff
==============================================================================
--- vdr/vdr-plugin-streamdev/trunk/debian/rules (original)
+++ vdr/vdr-plugin-streamdev/trunk/debian/rules Mon Oct  8 21:22:11 2007
@@ -5,14 +5,14 @@
 
 DEB_INSTALL_CHANGELOGS_ALL = HISTORY
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=.
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=.
 
 common-build-arch::
 	$(MAKE) all $(MAKE_OPTIONS)
 	cp streamdevhosts.conf.example streamdevhosts.conf
 
 clean::
-	-$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
+	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 	rm -f libvdr-*.so.*
 	rm -f streamdevhosts.conf
 




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