summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-07-12 23:33:39 +0200
committerAlessio Treglia <alessio@debian.org>2010-07-12 23:33:39 +0200
commit333c0ba04e31a09028ea5a3c8db6e661d9af90d0 (patch)
treef1085eb1dff0cb72c4849f3ed32e1aae683812bb
parent8486c5c86225e9a7e6cda6e42910ef9e82e8b86a (diff)
Switch to 3.0 (quilt) format.
-rw-r--r--debian/README.source13
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/format2
4 files changed, 2 insertions, 16 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index beee95f..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,13 +0,0 @@
-simple-scan for Debian
----------------
-
- This package uses quilt to manage all modifications to the upstream
- source. Changes are stored in the source package as diffs in
- debian/patches and applied during the build.
-
- To read how to properly use quilt, please refer to the official
- documentation available at:
-
- /usr/share/doc/quilt/README.source
-
- -- Alessio Treglia <quadrispro@ubuntu.com> Thu, 18 Feb 2010 11:38:37 +0100
diff --git a/debian/control b/debian/control
index fec5dfc..6e54893 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Alessio Treglia <quadrispro@ubuntu.com>
Standards-Version: 3.9.0
Build-Depends: debhelper (>= 7.0.50~),
- quilt (>= 0.46-7~),
gnome-pkg-tools (>= 0.10),
gnome-doc-utils (>= 0.3.2),
gnome-common,
diff --git a/debian/rules b/debian/rules
index f072c64..abfe8dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
LDFLAGS+=-Wl,--as-needed
%:
- dh --with quilt $@
+ dh $@
# Fixes FTBFS
override_dh_auto_test:
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)