[Pkg-mono-svn-commits] [mod-mono] 02/03: Work around misalignment of version numbers between xsp and mod-mono (Closes: #716896)

Jo Shields directhex at alioth.debian.org
Tue Oct 8 16:11:24 UTC 2013


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

directhex pushed a commit to annotated tag debian/2.11+git20130708.6b73e85-3
in repository mod-mono.

commit 3a88e58eb76ea35607cf8020fef06c29923c545a
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Oct 8 18:00:44 2013 +0200

    Work around misalignment of version numbers between xsp and mod-mono (Closes: #716896)
---
 debian/rules |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bc8fbe5..48aec34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,8 @@ override_dh_install:
 
 override_dh_gencontrol:
 	dh_gencontrol -- \
-		-Vcurrent-version=$(PKG_VERSION) -Vnext-version=$(NEXT_PKG_VERSION)
+		-Vcurrent-version=3.0.11 -Vnext-version=3.0.11.1
+#		-Vcurrent-version=$(PKG_VERSION) -Vnext-version=$(NEXT_PKG_VERSION)
 
 get-orig-source:
 	uscan \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mod-mono.git



More information about the Pkg-mono-svn-commits mailing list