upload to unstable
Mateusz Łukasik
7 years ago
3 | 3 |
* Drop debian/source/options -- no longer needed.
|
4 | 4 |
* debian/rules:
|
5 | 5 |
+ Drop obsolete override_dh_builddeb.
|
6 | |
+ Add CPPFLAGS for fix build build warning.
|
|
6 |
+ Use hardening=+all flags.
|
|
7 |
+ Drop override_dh_installman.
|
7 | 8 |
* debian/copyright: update dates.
|
8 | 9 |
* debian/control:
|
9 | 10 |
+ Bump Standards-Version to 3.9.7. (no changes needed)
|
10 | 11 |
+ Use https on Vcs-Git.
|
11 | 12 |
|
12 | |
-- Mateusz Łukasik <mati75@linuxmint.pl> Sat, 23 Jan 2016 18:36:48 +0100
|
|
13 |
-- Mateusz Łukasik <mati75@linuxmint.pl> Wed, 02 Mar 2016 18:35:34 +0100
|
13 | 14 |
|
14 | 15 |
openbox-menu (0.7.0-1) unstable; urgency=medium
|
15 | 16 |
|
0 | 0 |
#!/usr/bin/make -f
|
1 | 1 |
export DEB_BUILD_OPTIONS=nocheck
|
2 | |
|
3 | |
export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
|
|
2 |
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
4 | 3 |
|
5 | 4 |
%:
|
6 | 5 |
dh $@
|
7 | 6 |
|
8 | 7 |
override_dh_auto_install:
|
9 | 8 |
$(MAKE) install BINDIR=$(CURDIR)/debian/openbox-menu/usr/bin
|
10 | |
|
11 | |
override_dh_installman:
|
12 | |
dh_installman
|