Followup-For: Bug #719396
Control: tag -1 patch pending

Hi,

I just uploaded a NMU to DELAYED/5 that fixes this issue (and rebuilds
against the latest version of openscenegraph). Please let me know if I
should delay it longer.


Andreas
diff -Nru libcitygml-0.14+svn128/debian/changelog libcitygml-0.14+svn128/debian/changelog
--- libcitygml-0.14+svn128/debian/changelog	2013-02-01 17:23:03.000000000 +0100
+++ libcitygml-0.14+svn128/debian/changelog	2014-01-25 14:56:58.000000000 +0100
@@ -1,3 +1,13 @@
+libcitygml (0.14+svn128-1+3p0p1+4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.  (Closes: #718385)
+
+  [ Peter Michael Green ]
+  * Make code in debian/gencontrol handle releasecandidate version of
+    openscenegraph correctly. (Closes: #719396)
+
+ -- Andreas Beckmann <a...@debian.org>  Sat, 25 Jan 2014 14:56:58 +0100
+
 libcitygml (0.14+svn128-1+3p0p1+4) unstable; urgency=low
 
   [Sebastian Ramacher]
diff -Nru libcitygml-0.14+svn128/debian/gencontrol libcitygml-0.14+svn128/debian/gencontrol
--- libcitygml-0.14+svn128/debian/gencontrol	2012-06-12 19:21:06.000000000 +0200
+++ libcitygml-0.14+svn128/debian/gencontrol	2014-01-25 14:54:13.000000000 +0100
@@ -3,7 +3,8 @@
 TMP1=`echo $LIBOSG_VERSION|awk -F '.' '{print $1}'`
 TMP2=`echo $LIBOSG_VERSION|awk -F '.' '{print $2}'`
 TMP3=`echo $LIBOSG_VERSION|awk -F '.' '{print $3}'`
+TMP3=`echo $TMP3|awk -F '~' '{print $1}'`
 TMP3=$((TMP3+1))
-LIBOSG_VERSIONPLUS=$TMP1.$TMP2.$TMP3
+LIBOSG_VERSIONPLUS=$TMP1.$TMP2.$TMP3~
 echo $LIBOSG_VERSION
 dh_gencontrol -- -Vlibosg-share="$LIBOSG_SHARE" -Vlibosg-static="libopenscenegraph-dev (>=$LIBOSG_VERSION), libopenscenegraph-dev (<< $LIBOSG_VERSIONPLUS)"

Reply via email to