summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-15 08:51:53 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-15 08:51:53 +0100
commit38ef1d51e8f2938da6dbbcf471f7c65346dede35 (patch)
treea37f723975dfaa2ed3068c17afd920c0281c6364
parentfd9fdd1ec2cbefd675a8541c6eb5dcf47854a825 (diff)
Debian bug #769556
-rw-r--r--debian/changelog10
-rw-r--r--debian/control18
2 files changed, 19 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e5b503..67bf103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libonig (5.9.5-4) unstable; urgency=medium
+
+ * debian/control:
+ - Add dpkg to Depends of libonig2-dbg to prevent
+ error on upgrade wheezy to jessie. (Closes: #769556).
+ - Remove hardening-wrapper from Build-Depends.
+ - Bump Standards-Version to 3.9.6 (no changes required).
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 15 Nov 2014 08:11:34 +0100
+
libonig (5.9.5-3) unstable; urgency=medium
* Add debian/libonig2-dbg.(preinst|postinst|postrm) to prevent
diff --git a/debian/control b/debian/control
index b41a6b8..ca0e216 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,16 @@ Priority: extra
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Homepage: http://www.geocities.jp/kosako3/oniguruma/
Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
- hardening-wrapper
-Standards-Version: 3.9.5
+ debhelper (>= 9),
+ dh-autoreconf
+Standards-Version: 3.9.6
Package: libonig2
Priority: optional
Architecture: any
Multi-Arch: same
Depends:
- ${misc:Depends},
+ ${misc:Depends},
${shlibs:Depends}
Pre-Depends:
${misc:Pre-Depends}
@@ -28,8 +27,9 @@ Section: debug
Architecture: any
Multi-Arch: same
Depends:
- ${misc:Depends},
- ${shlibs:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ dpkg (>=1.17.21),
libonig2 (= ${binary:Version})
Description: Debugging symbols for libonig2
The characteristics of this library is that different
@@ -43,8 +43,8 @@ Section: libdevel
Priority: optional
Architecture: any
Depends:
- ${misc:Depends},
- ${shlibs:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
libonig2 (= ${binary:Version})
Description: Development files for libonig2
The characteristics of this library is that different