File: rules

package info (click to toggle)
svn-all-fast-export 1.0.10%2Bgit20160822-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 364 kB
  • ctags: 348
  • sloc: cpp: 2,791; sh: 17; makefile: 8
file content (20 lines) | stat: -rwxr-xr-x 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

#export DH_VERBOSE=1

# Enable additional hardening options for the binaries
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh  $@

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream-changelog

# Make the changelog from the upstream git repository cloned into
# the "upstream-devel" branch. Update debian/changelog and make sure
# that the upstream-devel branch is up-to-date first.
changelog:
	git log upstream-devel/master > debian/upstream-changelog

.PHONY: changelog