[Pkg-cli-apps-commits] [SCM] gnome-subtitles branch, master, updated. debian/1.1-2-5-gec96ae3
Chow Loong Jin
hyperair at debian.org
Wed Jan 18 07:17:41 UTC 2012
The following commit has been merged in the master branch:
commit 89ea36ef1e6d1f78250811a3f5c22264e4334f00
Author: Chow Loong Jin <hyperair at debian.org>
Date: Wed Jan 18 14:22:58 2012 +0800
Bump compat level and use override_* dh(1) syntax
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index f50f296..2d8d8bf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Tiago Bortoletto Vaz <tiago at debian.org>, Mirco Bauer <meebey at debian.org>
Build-Depends: cli-common-dev (>= 0.5.7),
- debhelper (>= 7),
+ debhelper (>= 8),
autotools-dev,
mono-devel (>= 2.4.3),
libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index a63d622..c910a9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,26 +5,15 @@ include /usr/share/cli-common/cli.make
VERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\ -f2 | sed 's,-.*,,')
-build: build-stamp
-build-stamp:
- dh build --before configure
+override_dh_auto_configure:
dh_auto_configure -- \
--disable-scrollkeeper MCS=/usr/bin/mono-csc
dh build --after configure
touch $@
-install: build
- dh $@
- rm `find debian -name '*.la'`
-
-binary: binary-arch
-binary-arch: install
- dh $@
-
-clean:
- dh $@
- rm -f build-stamp
- rm -f build/libgstreamer_playbin.so
+override_dh_auto_install:
+ dh_auto_install
+ find debian -name '*.la' -delete
get-orig-source:
dh_testdir
--
gnome-subtitles
More information about the Pkg-cli-apps-commits
mailing list