r789 - vdr/vdr-plugin-dvd/trunk/debian

Thomas Günther pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 06 Jul 2005 20:33:52 +0000


Author: tom-guest
Date: 2005-07-06 20:33:52 +0000 (Wed, 06 Jul 2005)
New Revision: 789

Added:
   vdr/vdr-plugin-dvd/trunk/debian/compat
Modified:
   vdr/vdr-plugin-dvd/trunk/debian/changelog
   vdr/vdr-plugin-dvd/trunk/debian/rules
Log:
Using debian/compat now

Modified: vdr/vdr-plugin-dvd/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-dvd/trunk/debian/changelog	2005-07-06 20:30:16 UTC (rev 788)
+++ vdr/vdr-plugin-dvd/trunk/debian/changelog	2005-07-06 20:33:52 UTC (rev 789)
@@ -4,6 +4,7 @@
 
   * Thomas Günther <tom@toms-cafe.de>
     - Removed HISTORY from debian/docs (already installed as changelog)
+    - Using debian/compat now
 
  -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Wed,  6 Jul 2005 22:28:19 +0200
 

Added: vdr/vdr-plugin-dvd/trunk/debian/compat
===================================================================
--- vdr/vdr-plugin-dvd/trunk/debian/compat	2005-07-06 20:30:16 UTC (rev 788)
+++ vdr/vdr-plugin-dvd/trunk/debian/compat	2005-07-06 20:33:52 UTC (rev 789)
@@ -0,0 +1 @@
+4

Modified: vdr/vdr-plugin-dvd/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-dvd/trunk/debian/rules	2005-07-06 20:30:16 UTC (rev 788)
+++ vdr/vdr-plugin-dvd/trunk/debian/rules	2005-07-06 20:33:52 UTC (rev 789)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -g
 endif