[Pkg-cli-apps-commits] r4673 - in /packages/themonospot/trunk/debian: changelog control rules
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Sat Mar 7 22:58:04 UTC 2009
Author: hanska-guest
Date: Sat Mar 7 22:58:04 2009
New Revision: 4673
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4673
Log:
* debian/rules fixed
* debian/control: debhelper B-D bumped to >= 7.0.50
Modified:
packages/themonospot/trunk/debian/changelog
packages/themonospot/trunk/debian/control
packages/themonospot/trunk/debian/rules
Modified: packages/themonospot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/changelog?rev=4673&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/changelog (original)
+++ packages/themonospot/trunk/debian/changelog Sat Mar 7 22:58:04 2009
@@ -1,3 +1,10 @@
+themonospot (0.7.1.1-2) UNRELEASED; urgency=low
+
+ * debian/rules fixed
+ * debian/control: debhelper B-D bumped to >= 7.0.50
+
+ -- David Paleino <d.paleino at gmail.com> Sat, 07 Mar 2009 23:53:53 +0100
+
themonospot (0.7.1.1-1) unstable; urgency=low
* Initial release (Closes: #510322)
Modified: packages/themonospot/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/control?rev=4673&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/control (original)
+++ packages/themonospot/trunk/debian/control Sat Mar 7 22:58:04 2009
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Stefan Ebner <sebner at ubuntu.com>
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt
Build-Depends-Indep: mono-devel (>= 2.0), cli-common-dev (>= 0.5.7),
pkg-config, libgtk2.0-cil (>= 2.8), libglade2.0-cil
Standards-Version: 3.8.0
Modified: packages/themonospot/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/themonospot/trunk/debian/rules?rev=4673&op=diff
==============================================================================
--- packages/themonospot/trunk/debian/rules (original)
+++ packages/themonospot/trunk/debian/rules Sat Mar 7 22:58:04 2009
@@ -4,13 +4,18 @@
include /usr/share/cli-common/cli.make
include /usr/share/quilt/quilt.make
-build: patch
- dh $@ --before configure
- dh_auto_configure -- GMCS=/usr/bin/csc CSC=/usr/bin/csc
- dh $@ --after configure
+override_dh_auto_configure:
+ dh_auto_configure -- GMCS=/usr/bin/csc
-install: build
- dh $@
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+ dh build
+ touch $@
+
+install: install-stamp
+install-stamp: build
+ dh install
+ touch $@
binary: binary-indep
binary-indep: build install
@@ -19,5 +24,4 @@
clean: unpatch
dh $@
-%:
- dh $@
+.PHONY: build install binary clean
More information about the Pkg-cli-apps-commits
mailing list