summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3de1088)
raw | patch | inline | side by side (parent: 3de1088)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 9 Jul 2006 19:34:21 +0000 (19:34 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 9 Jul 2006 19:34:21 +0000 (19:34 +0000) |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index 0cda18a48a3c165b17a4f6abee18807bc07c4322..3f3696acab29042c2c5be1e45b6a90fbb80413d0 100644 (file)
--- a/debian/control
+++ b/debian/control
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
diff --git a/debian/rules b/debian/rules
index 962f2e383ab2b1f0f9b1b64117ec53fd32958424..27eb5188a37a078d5b6659e573e304676a1cbc81 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
CFLAGS += -O2
endif
-include /usr/share/dpatch/dpatch.make
-
config.status: configure
dh_testdir
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
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