diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/source/format | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 4409d16..fd26385 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Alessio Treglia <alessio@debian.org> Standards-Version: 3.9.1 Build-Depends: debhelper (>= 7.0.50~), - quilt (>= 0.46-7~), lsb-release, gnome-pkg-tools (>= 0.10), gnome-doc-utils (>= 0.3.2), diff --git a/debian/rules b/debian/rules index a781c17..3e46c8f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DISTRIBUTION = $(shell lsb_release -i | cut -f2 -d':' | tr -d '\t') LDFLAGS+=-Wl,--as-needed %: - dh $@ --with=quilt + dh $@ override_dh_quilt_unpatch: dh_quilt_unpatch 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) |