[Pkg-wmaker-commits] [wmtv] 13/48: Imported Debian patch 0.6.5-16.2

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Feb 1 20:13:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmtv.

commit ca1e64aaf44068010ba7e9762d28bf2f0106d3ce
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Sat Dec 26 00:52:40 2015 -0200

    Imported Debian patch 0.6.5-16.2
---
 debian/changelog | 13 +++++++++++++
 debian/compat    |  1 +
 debian/control   |  6 +++---
 debian/rules     |  2 +-
 4 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1e0b331..960b279 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+wmtv (0.6.5-16.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Migrated DH level to 9 to avoid a FTBFS. (Closes: #800217)
+  * debian/compat: added.
+  * debian/control:
+     - Added the ${misc:Depends} variable to provide the
+       right install dependencies.
+     - Bumped Standards-Version to 3.9.6.
+  * debian/rules: removed the DH_COMPAT variable.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 26 Dec 2015 00:52:40 -0200
+
 wmtv (0.6.5-16.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
index f997002..7f2dd12 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: wmtv
 Section: x11 
 Priority: extra 
 Maintainer: Nicolas Boullis <nboullis at debian.org>
-Build-Depends: debhelper (>=3.0.0), libxt-dev, libxpm-dev, libxext-dev, libx11-dev, libxxf86dga-dev, libxxf86vm-dev, libv4l-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 9), libxt-dev, libxpm-dev, libxext-dev, libx11-dev, libxxf86dga-dev, libxxf86vm-dev, libv4l-dev
+Standards-Version: 3.9.6
 
 Package: wmtv
 Architecture: any
-Depends: ${shlibs:Depends}, v4l-conf
+Depends: ${misc:Depends}, ${shlibs:Depends}, v4l-conf
 Suggests: xawtv
 Description: Dockable video4linux TV player for WindowMaker
  A miniature size dockable TV application. It currently supports
diff --git a/debian/rules b/debian/rules
index 907252f..7dcb7a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=3
+#export DH_COMPAT=3
 
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtv.git



More information about the Pkg-wmaker-commits mailing list