[SCM] vdr-plugin-burn packaging repository branch, master, updated. debian/0.2.0-2-4-g9e8cfc8

etobi git at e-tobi.net
Sun Mar 24 15:14:21 UTC 2013


The following commit has been merged in the master branch:
commit dcb21410010339569d0ba91784ac89cdc2b7f151
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 24 16:06:12 2013 +0100

    * New upstream release
    * Standards-Version: 3.9.4
    * Build-depend in vdr-dev (>= 1.7.42)
    * Use debhelper 9

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 54d6fec..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,7 +0,0 @@
-This package uses the dpatch system to save and apply patches to the
-upstream source code of the software that is packaged. For details
-about how to use dpatch read
-
-   /usr/share/doc/dpatch/README.source.gz
-
-from the dpatch package.
diff --git a/debian/changelog b/debian/changelog
index 79d233d..30f2a43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+vdr-plugin-burn (0.2.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Standards-Version: 3.9.4
+  * Build-depend in vdr-dev (>= 1.7.42)
+  * Use debhelper 9
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 24 Mar 2013 16:00:21 +0100
+
 vdr-plugin-burn (0.2.0-2) experimental; urgency=low
 
   * Install vdrburn-dvd.conf
diff --git a/debian/control b/debian/control
index 26f1ef6..fc5b3fc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: extra
 Maintainer: Andreas Wissel <dunar at darkmages.de>
 Origin: ctvdr
 Bugs: mailto:pkg-vdr-dvb-devel at lists.alioth.debian.org
-Build-Depends: debhelper (>= 7.0.50~), sharutils, vdr-dev (>= 1.7.21), libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33), libboost-dev (>= 1.32.0), gettext
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), sharutils, vdr-dev (>= 1.7.42), gettext, pkg-config, libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33), libboost-dev (>= 1.32.0)
+Standards-Version: 3.9.4
 Homepage: http://projects.vdr-developer.org/projects/plg-burn
 
 Package: vdr-plugin-burn
@@ -14,7 +14,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, transcode (>= 0.6.1
 Suggests: vdr-burnbackgrounds (>= 0.0.1-4)
 Conflicts: vdr-burnbackgrounds (<= 0.0.1-3)
 Description: Plugin for vdr that implements dvd conversion and writing
- This Plugin enables VDR to write compliant DVDs from VDR recordings while 
+ This Plugin enables VDR to write compliant DVDs from VDR recordings while
  being able to control and watch the process inside VDRs on-screen-display.
  If the selected recordings don't fit the DVD, the video tracks are
  requantized (shrinked) automatically.
diff --git a/debian/copyright b/debian/copyright
index bc0b2ff..3f934b4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,14 +17,14 @@ Debian Maintainers:
 
 Copyright:
     (C) 2004 - 2006 Sascha Volkenandt
-    (C) 2009 - 2011 Christoph Haubrich
+    (C) 2009 - 2013 Christoph Haubrich
 
 Copyright for debian/pxsup2dast.c (http://www.guru-group.fi/~too/sw/m2vmp2cut/):
     (C) 2005 - 2007 Tomi Ollila <too at iki.fi>
 
 Copyright (Debian packaging):
     (C) 2005 - 2006 Andreas Wissel, Michael Mauksch
-    (C) 2005 - 2011 Tobias Grimm, Thomas Günther, Thomas Schmidt
+    (C) 2005 - 2013 Tobias Grimm, Thomas Günther, Thomas Schmidt
 
 License:
     This program is free software; you can redistribute it and/or modify
diff --git a/debian/install b/debian/install
index 9aeb872..b031228 100644
--- a/debian/install
+++ b/debian/install
@@ -1,5 +1,3 @@
-libvdr-*.so.*                    usr/lib/vdr/plugins/
-
 debian/plugin.burn.conf          etc/vdr/plugins/
 vdrburn-archive.sh               usr/share/vdr-plugin-burn/
 vdrburn-dvd.sh                   usr/share/vdr-plugin-burn/
@@ -16,6 +14,4 @@ debian/template.png              usr/share/vdr-plugin-burn/
 debian/grab.sh                   usr/share/vdr-plugin-burn/
 debian/commands.vdr-burn.conf    usr/share/vdr/command-hooks/
 
-locale                           usr/share/
-
 debian/vdr-plugin-burn.groups    usr/share/vdr/groups.d/
diff --git a/debian/rules b/debian/rules
index 9701975..e3c0d4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,23 +3,24 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale ISODIR=/tmp
-
 %:
 	dh $@
 
 override_dh_auto_build:
-	dh_auto_build -- all $(MAKE_OPTIONS)
+	dh_auto_build
 	cd debian; /bin/sh pxsup2dast.c
 
 override_dh_auto_clean:
-	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
-	rm -rf locale libvdr-*.so.*
+	dh_auto_clean
 	rm -f debian/pxsup2dast
 
+override_dh_auto_test:
+	# NOP
+
 override_dh_gencontrol:
 	sh /usr/share/vdr-dev/dependencies.sh
 	dh_gencontrol
 
-override_dh_auto_test:
-	# NOP
\ No newline at end of file
+get-vcs-snapshot:
+	sh debian/get-vcs-snapshot.sh
+	# NOP

-- 
vdr-plugin-burn packaging repository



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