summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2013-10-22 14:59:42 +0200
committerAndrew Shadura <andrewsh@debian.org>2013-10-22 14:59:42 +0200
commitd467ed1157696ded43c4a4e5f22e734499a6a12d (patch)
tree271dba60314d44275df1ce5f7e520906b0b78c78 /debian
parentc925a1802cfa903f4c7d5d24a8867304fbd58378 (diff)
Fix FTBFS with newer dh.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules5
3 files changed, 13 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f4f2dbf..1577d3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmowgli (1.0.0-2) unstable; urgency=low
+
+ * Update Standards-Version to 3.9.4 (no changes).
+ * Fix FTBFS with latest debhelper (Closes: #724183).
+
+ -- Andrew Shadura <andrewsh@debian.org> Mon, 21 Oct 2013 11:17:08 +0200
+
libmowgli (1.0.0-1) unstable; urgency=low
* New maintainer
diff --git a/debian/control b/debian/control
index 89cde69..b6203c1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: libmowgli
Priority: optional
-Maintainer: Andrew O. Shadura <bugzilla@tut.by>
+Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://www.atheme.org/projects/mowgli
Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/libmowgli
Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/libmowgli/summary
diff --git a/debian/rules b/debian/rules
index 52fc271..009fcb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,7 @@ override_dh_compress:
override_dh_strip:
dh_strip --dbg-package=libmowgli2-dbg
-.PHONY: override_dh_installexamples override_dh_compress override_dh_strip
+override_dh_auto_clean:
+ [ ! -f buildsys.mk ] || dh_auto_clean
+
+.PHONY: override_dh_installexamples override_dh_compress override_dh_strip override_dh_auto_clean