summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Niebur <ryan@debian.org>2012-01-31 09:40:35 -0800
committerRyan Niebur <ryan@debian.org>2012-01-31 09:40:35 -0800
commit8b0561ade28a12b02179001d5adf55cb0381e6a6 (patch)
treea4066ed2bb4977a43ba381139605bad365076e3a
parent1d8cc422b4dec4e09321f7dfc710f9a9427ab59a (diff)
debian/source/format now set to 3.0 (quilt)
* debian/source/format now set to 3.0 (quilt) - remove quilt from Build-Deps and rules file as dpkg handles this
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/format1
4 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cfcaad2..4e415dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+inotify-tools (3.13-4) UNRELEASED; urgency=low
+
+ * debian/source/format now set to 3.0 (quilt)
+ - remove quilt from Build-Deps and rules file as dpkg handles this
+
+ -- Ryan Niebur <ryan@debian.org> Tue, 31 Jan 2012 09:39:49 -0800
+
inotify-tools (3.13-3) unstable; urgency=low
* fix FTBFS by fixing the tests to not make bad assumptions (Closes:
diff --git a/debian/control b/debian/control
index 108359c..dbbb12a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: inotify-tools
Section: misc
Priority: optional
Maintainer: Ryan Niebur <ryan@debian.org>
-Build-Depends: debhelper (>= 7), doxygen, autotools-dev, linux-libc-dev | linux-kernel-headers (>= 2.6.18), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7), doxygen, autotools-dev, linux-libc-dev | linux-kernel-headers (>= 2.6.18)
Standards-Version: 3.8.3
Vcs-Git: git://git.ryan52.info/git/inotify-tools
Vcs-Browser: http://git.ryan52.info/?p=inotify-tools;a=summary
diff --git a/debian/rules b/debian/rules
index 658fbd4..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh --with quilt $@
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)