chiark / gitweb /
Bump version for re-push
[secnet.git] / debian / rules
1 #!/usr/bin/make -f
2 # Sample debian/rules that uses debhelper.
3 # This file is public domain software, originally written by Joey Hess. 
4 # Modified for secnet by Stephen Early <steve@greenend.org.uk>
5
6 # Uncomment this to turn on verbose mode.
7 #export DH_VERBOSE=1
8
9 #  This file is Free Software.  It has been incorporated into, and
10 #  extensively modified, for secnet.
11 #
12 #  Copyright 2001      Joey Hess
13 #  Copyright 2011-2014 Ian Jackson
14 #
15 #  You may redistribute this file (and the other source files in the
16 #  debian/ subdirectory) freely - the copyrightholders declare that
17 #  they wish these files to be in the public domain.
18 #
19 #  You may redistribute secnet as a whole and/or modify it under the
20 #  terms of the GNU General Public License as published by the Free
21 #  Software Foundation; either version 3, or (at your option) any
22 #  later version.
23 #
24 #  This software is distributed in the hope that it will be useful,
25 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
26 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 #  GNU General Public License for more details.
28 #
29 #  You should have received a copy of the GNU General Public License
30 #  along with this software; if not, see
31 #  https://www.gnu.org/licenses/gpl.html.
32
33 export EXTRA_CFLAGS= $(shell dpkg-buildflags --get CPPFLAGS) \
34                      $(shell dpkg-buildflags --get CFLAGS)
35 export EXTRA_LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
36
37 %:
38         dh $@