summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2011-11-08 08:29:46 +0000
committerSteve Langasek <vorlon@debian.org>2018-09-25 11:05:41 -0700
commit5163bd2783a2caf726e82bfe3d74a32c4a7e57b7 (patch)
tree20bb887e8b921ed1329625329dc0f02c3a0c4984 /debian
parent83299b94d78f57d545b78653cce6b85431307a3a (diff)
Bump debhelper compat to 9 for dpkg-buildflags.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules8
4 files changed, 4 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b8549d..9cb1510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sqsh (2.1.7-1) UNRELEASED; urgency=low
* New upstream release.
- update build rules; we can now use DESTDIR instead of prefix.
+ * Bump debhelper compat to 9 for dpkg-buildflags.
-- Steve Langasek <vorlon@debian.org> Tue, 25 Oct 2011 00:09:39 -0700
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 77a4042..12a7cd8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: sqsh
Section: utils
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), freetds-dev (>= 0.63), lesstif2-dev, libreadline-dev, autotools-dev
+Build-Depends: debhelper (>= 8.9.4~), freetds-dev (>= 0.63), lesstif2-dev, libreadline-dev, autotools-dev
Build-Conflicts: tcl-dev
Standards-Version: 3.9.2
Homepage: http://sourceforge.net/projects/sqsh/
diff --git a/debian/rules b/debian/rules
index 5665c51..12ba860 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,6 @@
#!/usr/bin/make -f
-CFLAGS = -g -Wall
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
+export DEB_CFLAGS_MAINT_APPEND = -Wall
%:
dh $@