[Pkg-cli-apps-commits] [SCM] thelastripper branch, master, updated. debian/1.4.0+dfsg-1-4-g9fcdf10
Jo Shields
directhex at apebox.org
Thu Jan 7 19:02:16 UTC 2010
The following commit has been merged in the master branch:
commit 701d11989119e9f51988e5a095db2f8c4da51ce4
Author: Jo Shields <directhex at apebox.org>
Date: Thu Jan 7 18:55:02 2010 +0000
-dev changes
diff --git a/debian/changelog b/debian/changelog
index f06469f..69cf5da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,17 @@
thelastripper (1.4.0+dfsg-2) UNRELEASED; urgency=low
+ [ Mirco Bauer ]
* debian/control:
+ Fixed Vcs-Browser URL.
- -- Mirco Bauer <meebey at debian.org> Sun, 09 Aug 2009 16:04:55 +0200
+ [ Jo Shields ]
+ * debian/control:
+ + Use GTK# and taglib# -dev packages
+ * debian/control,
+ debian/rules:
+ + Use mono-csc from mono-devel 2.4.3 (Closes: #562271)
+
+ -- Jo Shields <directhex at apebox.org> Thu, 07 Jan 2010 18:51:59 +0000
thelastripper (1.4.0+dfsg-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 90f4365..136ebbd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 7.0.50),
autoconf,
automake,
cli-common-dev (>= 0.5.7~),
- mono-devel (>= 2.0),
- libglib2.0-cil,
- libgtk2.0-cil,
- libtaglib2.0-cil
-Standards-Version: 3.8.2
+ mono-devel (>= 2.4.3),
+ libglib2.0-cil-dev,
+ libgtk2.0-cil-dev,
+ libtaglib2.0-cil-dev
+Standards-Version: 3.8.3
Homepage: http://thelastripper.com/
Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/thelastripper.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/thelastripper.git
diff --git a/debian/rules b/debian/rules
index 2957523..b606786 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ autoreconf-stamp:
override_dh_auto_configure: autoreconf-stamp
dh_auto_configure -- \
- GMCS=/usr/bin/csc
+ GMCS=/usr/bin/mono-csc
override_dh_auto_install:
dh_auto_install
--
thelastripper
More information about the Pkg-cli-apps-commits
mailing list