Code

Removed left-over dpatch stuff.
authorSebastian Harl <sh@tokkee.org>
Sun, 9 Jul 2006 19:34:21 +0000 (19:34 +0000)
committerSebastian Harl <sh@tokkee.org>
Sun, 9 Jul 2006 19:34:21 +0000 (19:34 +0000)
debian/control
debian/rules

index 0cda18a48a3c165b17a4f6abee18807bc07c4322..3f3696acab29042c2c5be1e45b6a90fbb80413d0 100644 (file)
@@ -2,7 +2,7 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, libcurl3-dev,
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcurl3-dev,
  libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev,
  libsensors-dev
 Standards-Version: 3.7.2
index 962f2e383ab2b1f0f9b1b64117ec53fd32958424..27eb5188a37a078d5b6659e573e304676a1cbc81 100755 (executable)
@@ -19,8 +19,6 @@ else
        CFLAGS += -O2
 endif
 
-include /usr/share/dpatch/dpatch.make
-
 config.status: configure
        dh_testdir
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
@@ -30,16 +28,14 @@ config.status: configure
 
 build: build-stamp
 
-build-stamp: config.status patch
+build-stamp: config.status
        dh_testdir
        
        $(MAKE)
        
        touch build-stamp
 
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp