[libosmo-sccp] 01/01: Set version explicitly

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Feb 5 16:34:45 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository libosmo-sccp.

commit 3228c8215615543801cfcc3d3f1debdf2e8eef12
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Feb 5 17:33:14 2016 +0100

    Set version explicitly
---
 debian/patches/02_set_version_explicitly.patch | 36 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 debian/rules                                   |  1 -
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/debian/patches/02_set_version_explicitly.patch b/debian/patches/02_set_version_explicitly.patch
new file mode 100644
index 0000000..dae1430
--- /dev/null
+++ b/debian/patches/02_set_version_explicitly.patch
@@ -0,0 +1,36 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ libosmo-sccp (0.7.0-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #813294)
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+Bug-Debian: https://bugs.debian.org/813294
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- libosmo-sccp-0.7.0.orig/configure.ac
++++ libosmo-sccp-0.7.0/configure.ac
+@@ -1,6 +1,6 @@
+ dnl Process this file with autoconf to produce a configure script
+ AC_INIT([libosmo-sccp],
+-	m4_esyscmd([./git-version-gen .tarball-version]),
++	0.7.0,
+ 	[openbsc at lists.osmocom.org])
+ 
+ AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/debian/patches/series b/debian/patches/series
index c413cac..bfe57aa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_make_library_shared.patch
+02_set_version_explicitly.patch
diff --git a/debian/rules b/debian/rules
index 1895067..f11300d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,4 @@ export DEB_BUILD_HARDENING=1
 	dh $@ --with autoreconf
 
 override_dh_autoreconf:
-	echo $(VERSION) > .tarball-version
 	dh_autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libosmo-sccp.git



More information about the debian-science-commits mailing list