[SCM] vdr-plugin-noepg packaging repository branch, master, updated. debian/0.0.3-1-3-g373a577
etobi
git at e-tobi.net
Tue Mar 19 22:54:40 UTC 2013
The following commit has been merged in the master branch:
commit 373a5779d25861f1ccad567b296617588a740d90
Author: etobi <git at e-tobi.net>
Date: Tue Mar 19 23:52:37 2013 +0100
* New upstream release
* Using debhelper 9
* Updated debian/copyright
* Build-depend on vdr-dev (>= 1.7.41)
* Standards-Version: 3.9.4
* Updated debian/watch to point to the github tags downloads
diff --git a/debian/changelog b/debian/changelog
index 7a05b5d..1c2f7e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+vdr-plugin-noepg (0.0.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Using debhelper 9
+ * Updated debian/copyright
+ * Build-depend on vdr-dev (>= 1.7.41)
+ * Standards-Version: 3.9.4
+ * Updated debian/watch to point to the github tags downloads
+
+ -- Tobias Grimm <etobi at debian.org> Tue, 19 Mar 2013 23:51:08 +0100
+
vdr-plugin-noepg (0.0.3-1) unstable; urgency=low
* Initial release
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 1005c9b..25fa8ba 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: vdr-plugin-noepg
Section: video
Priority: extra
Maintainer: Tobias Grimm <etobi at debian.org>
-Build-Depends: debhelper (>= 8.0.0), vdr-dev (>= 1.7.27), gettext
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), vdr-dev (>= 1.7.41), gettext, pkg-config
+Standards-Version: 3.9.4
Homepage: https://github.com/flensrocker/vdr-plugin-noepg
Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-noepg.git
Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-noepg.git
diff --git a/debian/copyright b/debian/copyright
index 42e0360..ff6dde2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,10 +8,10 @@ Debian Maintainer:
Tobias Grimm <etobi at debian.org>
Copyright:
- (C) 2012 Lars Hanisch
+ (C) 2012 - 2013 Lars Hanisch
Copyright (Debian packaging):
- (C) 2012 Tobias Grimm
+ (C) 2012 - 2013 Tobias Grimm
License:
This program is free software; you can redistribute it and/or modify
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 7a8dca7..0000000
--- a/debian/install
+++ /dev/null
@@ -1,2 +0,0 @@
-libvdr-noepg.so.* usr/lib/vdr/plugins/
-locale usr/share/
diff --git a/debian/rules b/debian/rules
index 9f487b6..25d9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,18 +3,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-
%:
dh $@
-override_dh_auto_build:
- dh_auto_build -- all $(MAKE_OPTIONS)
-
-override_dh_auto_clean:
- $(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
- rm -rf locale libvdr-*.so.*
-
override_dh_gencontrol:
sh /usr/share/vdr-dev/dependencies.sh
dh_gencontrol
diff --git a/debian/watch b/debian/watch
index 327d5eb..713c366 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=2
-https://github.com/flensrocker/vdr-plugin-noepg/downloads .*/vdr-noepg-(.*)\.tgz
\ No newline at end of file
+https://github.com/flensrocker/vdr-plugin-noepg/tags .*/v(.*)\.tar\.gz
--
vdr-plugin-noepg packaging repository
More information about the pkg-vdr-dvb-changes
mailing list