[med-svn] [SCM] snappy1.0.3-java branch, master, updated. debian/1.0.3-rc3_dfsg-2-5-g9beef7a

Andreas Tille tille at debian.org
Mon Jun 10 09:46:57 UTC 2013


The following commit has been merged in the master branch:
commit be45ff9ba04160ece370698501cb3753d0e4c2c8
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jun 10 11:43:39 2013 +0200

    Fix regexp in debian/watch

diff --git a/debian/changelog b/debian/changelog
index ea2f76b..fe172e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+snappy1.0.3-java (1.0.3-rc3~dfsg-4) UNRELEASED; urgency=low
+
+  * Fixup jar file installation under newer versions of maven-debian-helper
+    (Thanks to James Page <james.page at ubuntu.com> for the patch)
+    Closes: #697158 (LP: #1078012)
+  * debian/watch: Fix regexp
+
+ -- Andreas Tille <tille at debian.org>  Mon, 10 Jun 2013 11:40:00 +0200
+
 snappy1.0.3-java (1.0.3-rc3~dfsg-3) unstable; urgency=low
 
   * Fix wrong symlink to maven repo
diff --git a/debian/watch b/debian/watch
index f1541d3..bfa2cb2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
 opts=dversionmangle=s/\~dfsg// \
  http://code.google.com/p/snappy-java/downloads/list?can=1 \
-  .*/snappy-java-(1.0.3[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip) \
+  .*/snappy-java-(1.0.3[-\d\.rc]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip) \
  debian debian/get-orig-source

-- 
Packaging of a version of snappy-kava that works together with picard-tools



More information about the debian-med-commit mailing list