summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
-rwxr-xr-xdebian/rules3
2 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index cd6743e..5df58fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,18 +4,23 @@ inotify-tools (3.13-4) UNRELEASED; urgency=low
- remove quilt from Build-Deps and rules file as dpkg handles this
* move git repository to collab-maint
* remove dh_make comments from d/watch
- * Use dpkg-buildflags to enabled hardened build flags, thanks to
- Moritz Muehlenhoff for the patch (Closes: #657841)
- - also bump debhelper dependency version for override
- * Add patch to fix spelling of writable
- * Update Standards-Version to 3.9.3
- * Add dependency from libinotifytools0-dev for symlinking to
+ * Include NMU thanks to Moritz Muehlenhoff
+ * Add patch to fix spelling of writable
+ * Update Standards-Version to 3.9.3
+ * Add dependency from libinotifytools0-dev for symlinking to
the file in libinotifytools0
* Add patch documenting inode behavior, thanks to Ondřej Kuzník
(Closes: #594163)
-- Ryan Niebur <ryan@debian.org> Mon, 18 Jun 2012 02:21:50 -0700
+inotify-tools (3.13-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Enable hardened build flags (Closes: #657841)
+
+ -- Moritz Muehlenhoff <jmm@debian.org> Sat, 07 Apr 2012 17:53:25 +0200
+
inotify-tools (3.13-3) unstable; urgency=low
* fix FTBFS by fixing the tests to not make bad assumptions (Closes:
diff --git a/debian/rules b/debian/rules
index 3510399..2baf6ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
override_dh_auto_configure:
dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
+override_dh_auto_configure:
+ dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
+