File: rules

package info (click to toggle)
python-slip10 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: python: 681; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=slip10

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
 # Adjust date for upstream changelog file.
	touch -d "@$(SOURCE_DATE_EPOCH)" CHANGELOG.md
	dh_installchangelogs CHANGELOG.md