[Pkg-tcltk-commits] r1192 - xotcl/trunk/debian/patches

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Mon Nov 28 01:37:17 UTC 2011


Author: ssoberni-guest
Date: 2011-11-28 01:37:17 +0000 (Mon, 28 Nov 2011)
New Revision: 1192

Added:
   xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch
Modified:
   xotcl/trunk/debian/patches/00list
Log:
Fixing patchLevel annotation used by the debian build scripts

Modified: xotcl/trunk/debian/patches/00list
===================================================================
--- xotcl/trunk/debian/patches/00list	2011-11-28 01:25:09 UTC (rev 1191)
+++ xotcl/trunk/debian/patches/00list	2011-11-28 01:37:17 UTC (rev 1192)
@@ -1,2 +1,3 @@
 01_expat_xmltok_impl
 02_tkinclude
+03_fix_patchLevel

Added: xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch
===================================================================
--- xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch	                        (rev 0)
+++ xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch	2011-11-28 01:37:17 UTC (rev 1192)
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fix_patchLevel.dpatch by  <Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad xotcl.debian.trunk~/configure xotcl.debian.trunk/configure
+--- xotcl.debian.trunk~/configure	2011-11-02 07:55:30.000000000 +0100
++++ xotcl.debian.trunk/configure	2011-11-28 02:36:13.000000000 +0100
+@@ -2458,7 +2458,7 @@
+ # do not modify the following lines manually, they are generated with changeXOTclVersion
+ XOTCL_MAJOR_VERSION=1
+ XOTCL_MINOR_VERSION=6
+-XOTCL_RELEASE_LEVEL=.6
++XOTCL_RELEASE_LEVEL=.7
+ 
+ XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION}
+ NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION}
+diff -urNad xotcl.debian.trunk~/configure.in xotcl.debian.trunk/configure.in
+--- xotcl.debian.trunk~/configure.in	2011-11-02 07:55:30.000000000 +0100
++++ xotcl.debian.trunk/configure.in	2011-11-28 02:35:08.000000000 +0100
+@@ -103,7 +103,7 @@
+ # do not modify the following lines manually, they are generated with changeXOTclVersion
+ XOTCL_MAJOR_VERSION=1
+ XOTCL_MINOR_VERSION=6
+-XOTCL_RELEASE_LEVEL=.6
++XOTCL_RELEASE_LEVEL=.7
+ 
+ XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION}
+ NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION}


Property changes on: xotcl/trunk/debian/patches/03_fix_patchLevel.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-tcltk-commits mailing list