[SCM] gsequencer/master: updated version identifier to configure

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Tue Jan 31 08:35:20 UTC 2017


The following commit has been merged in the master branch:
commit 00a98edeb3fc581a5900f0170118719f3eb6b02d
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Tue Jan 31 09:24:05 2017 +0100

    updated version identifier to configure

diff --git a/debian/patches/fix-configure.patch b/debian/patches/fix-configure.patch
new file mode 100644
index 0000000..d42112b
--- /dev/null
+++ b/debian/patches/fix-configure.patch
@@ -0,0 +1,100 @@
+Description: Modified version identifier in configure.ac and
+ configure.
+Author: Joël Krähmann <jkraehemann at gmail.com>
+Applied-Upstream: 0.7.122.x, http://git.savannah.gnu.org/cgit/gsequencer.git
+Last-Update: 2017-01-31
+--- a/configure
++++ b/configure
+@@ -1,6 +1,6 @@
+ #! /bin/sh
+ # Guess values for system-dependent variables and create Makefiles.
+-# Generated by GNU Autoconf 2.69 for gsequencer 0.7.122.
++# Generated by GNU Autoconf 2.69 for gsequencer 0.7.122.1.
+ #
+ # Report bugs to <jkraehemann-guest at users.alioth.debian.org>.
+ #
+@@ -590,8 +590,8 @@
+ # Identity of this package.
+ PACKAGE_NAME='gsequencer'
+ PACKAGE_TARNAME='gsequencer'
+-PACKAGE_VERSION='0.7.122'
+-PACKAGE_STRING='gsequencer 0.7.122'
++PACKAGE_VERSION='0.7.122.1'
++PACKAGE_STRING='gsequencer 0.7.122.1'
+ PACKAGE_BUGREPORT='jkraehemann-guest at users.alioth.debian.org'
+ PACKAGE_URL=''
+ 
+@@ -1436,7 +1436,7 @@
+   # Omit some internal or obsolete options to make the list less imposing.
+   # This message is too long to be a string in the A/UX 3.1 sh.
+   cat <<_ACEOF
+-\`configure' configures gsequencer 0.7.122 to adapt to many kinds of systems.
++\`configure' configures gsequencer 0.7.122.1 to adapt to many kinds of systems.
+ 
+ Usage: $0 [OPTION]... [VAR=VALUE]...
+ 
+@@ -1511,7 +1511,7 @@
+ 
+ if test -n "$ac_init_help"; then
+   case $ac_init_help in
+-     short | recursive ) echo "Configuration of gsequencer 0.7.122:";;
++     short | recursive ) echo "Configuration of gsequencer 0.7.122.1:";;
+    esac
+   cat <<\_ACEOF
+ 
+@@ -1698,7 +1698,7 @@
+ test -n "$ac_init_help" && exit $ac_status
+ if $ac_init_version; then
+   cat <<\_ACEOF
+-gsequencer configure 0.7.122
++gsequencer configure 0.7.122.1
+ generated by GNU Autoconf 2.69
+ 
+ Copyright (C) 2012 Free Software Foundation, Inc.
+@@ -2175,7 +2175,7 @@
+ This file contains any messages produced by compilers while
+ running configure, to aid debugging if configure makes a mistake.
+ 
+-It was created by gsequencer $as_me 0.7.122, which was
++It was created by gsequencer $as_me 0.7.122.1, which was
+ generated by GNU Autoconf 2.69.  Invocation command line was
+ 
+   $ $0 $@
+@@ -3041,7 +3041,7 @@
+ 
+ # Define the identity of the package.
+  PACKAGE='gsequencer'
+- VERSION='0.7.122'
++ VERSION='0.7.122.1'
+ 
+ 
+ cat >>confdefs.h <<_ACEOF
+@@ -16408,7 +16408,7 @@
+ # report actual input values of CONFIG_FILES etc. instead of their
+ # values after options handling.
+ ac_log="
+-This file was extended by gsequencer $as_me 0.7.122, which was
++This file was extended by gsequencer $as_me 0.7.122.1, which was
+ generated by GNU Autoconf 2.69.  Invocation command line was
+ 
+   CONFIG_FILES    = $CONFIG_FILES
+@@ -16474,7 +16474,7 @@
+ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ ac_cs_version="\\
+-gsequencer config.status 0.7.122
++gsequencer config.status 0.7.122.1
+ configured by $0, generated by GNU Autoconf 2.69,
+   with options \\"\$ac_cs_config\\"
+ 
+--- a/configure.ac
++++ b/configure.ac
+@@ -6,7 +6,7 @@
+ # Process this file with autoconf to produce a configure script.
+ 
+ AC_PREREQ([2.69])
+-AC_INIT([gsequencer],[0.7.122],[jkraehemann-guest at users.alioth.debian.org])
++AC_INIT([gsequencer],[0.7.122.1],[jkraehemann-guest at users.alioth.debian.org])
+ AM_INIT_AUTOMAKE([subdir-objects])
+ AC_CONFIG_SRCDIR([config.h.in])
+ AC_CONFIG_HEADERS([ags/config.h])
diff --git a/debian/patches/series b/debian/patches/series
index bf6ad8c..6877fea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-configure.patch
 fix-changelog.patch
 fix-generated-symbols.patch
 fix-critical-bugs.patch

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list