summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schubert <bernd.schubert@fastmail.fm>2010-07-04 17:45:35 +0200
committerBernd Schubert <bernd.schubert@fastmail.fm>2010-07-04 17:45:35 +0200
commitb44bc9b60a8e073874092d49f369f058f35b16d1 (patch)
tree2fdbd4301ac3ddcdf8256cddead6743b965592b0
parent8fc515e813c61499d8285ed5a60ccc53cb6ebce2 (diff)
downloadunionfs-fuse-b44bc9b60a8e073874092d49f369f058f35b16d1.tar.gz
debian: Remove quilt dependency in debian build
Dependency is already given by source format 3.0
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules8
2 files changed, 3 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 7b4aa04..1d507e2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: unionfs-fuse
Section: misc
Priority: optional
Maintainer: Bernd Schubert <bernd.schubert@fastmail.fm>
-Build-Depends: debhelper (>= 7.0.0), libfuse-dev, quilt (>= 0.40), cmake
+Build-Depends: debhelper (>= 7.0.0), libfuse-dev, cmake
Standards-Version: 3.8.4
Package: unionfs-fuse
diff --git a/debian/rules b/debian/rules
index 5c3425c..0284d1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,6 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-QUILT_STAMPFN := patch-stamp
-include /usr/share/quilt/quilt.make
-
-
CFLAGS = -pipe -W -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -36,7 +32,7 @@ configure-stamp:
build: build-stamp
-build-stamp: $(QUILT_STAMPFN) configure-stamp
+build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
@@ -47,7 +43,7 @@ build-stamp: $(QUILT_STAMPFN) configure-stamp
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp $(QUILT_STAMPFN)
+ rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
rm -fr debian/build