[Pkg-cli-apps-commits] [monodevelop-database] 03/05: Refresh package dependencies and build dependencies for the corresponding version of MonoDevelop (Closes: #710763)
Jo Shields
directhex at alioth.debian.org
Thu Oct 10 15:47:12 UTC 2013
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/4.0.12+dfsg-1
in repository monodevelop-database.
commit ea619ad0e14658a9446a1292229537ad541856b0
Author: Jo Shields <directhex at apebox.org>
Date: Thu Oct 10 15:41:50 2013 +0200
Refresh package dependencies and build dependencies for the corresponding version of MonoDevelop (Closes: #710763)
---
debian/control | 6 +++---
debian/rules | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index bd7f469..2613a6f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
Build-Depends: debhelper (>= 7.0.50), dh-autoreconf
Build-Depends-Indep: cli-common-dev (>= 0.8~),
- monodevelop (>= 3.0.3.2),
- monodevelop-versioncontrol (>= 3.0.3.2),
- monodevelop-nunit (>= 3.0.3.2),
+ monodevelop (>= 4.0.12),
+ monodevelop-versioncontrol (>= 4.0.12),
+ monodevelop-nunit (>= 4.0.12),
mono-devel (>= 2.10),
libgtk2.0-cil-dev,
libmysql-cil-dev,
diff --git a/debian/rules b/debian/rules
index ae19ae0..a41094c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Vers
DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
-MDVERSION = 3.0.3.2
+MDVERSION = 4.0.12
override_dh_gencontrol:
dh_gencontrol -i -- -Vmisc:Version=$(MDVERSION)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/monodevelop-database.git
More information about the Pkg-cli-apps-commits
mailing list