~ubuntu-branches/ubuntu/quantal/xtables-addons/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-02-04 14:46:01 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120204144601-711xdwocw7txpwey
Tags: 1.41-1
* No longer provide ipset (ipset is separated into 'ipset' package)
* New Upstream Release
  (Closes: #656510 "fails to compile with Linux 3.2")
  (Closes: #653022 "Upgrading 1.37 => 1.40 breaks accounting")
  (Closes: #626018 "Module pknock not working, bug in source")
* debhelper and compat to version 9
* added patch to fix FTBFS with automake 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Uncomment this to turn on verbose mode.
5
5
#export DH_VERBOSE=1
6
6
 
7
 
# see http://lists.debian.org/debian-devel-announce/2011/09/msg00001.html
8
 
# Also it does hardening by default, see http://wiki.debian.org/Hardening
9
 
DPKG_EXPORT_BUILDFLAGS = 1
10
 
-include /usr/share/dpkg/default.mk
11
 
 
12
7
# Package version
13
8
pver := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\([0-9.]*\).*,\1,p')
14
9