File: rules

package info (click to toggle)
python-logging-extra 0.1.3-1.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 48 kB
  • ctags: 26
  • sloc: python: 122; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

VERSION=0.1.3

%:
	dh $@ --with=python2


build-orig:
	mkdir -p python-logging-extra-$(VERSION)
	tar --exclude=debian --exclude=\*~ --exclude=.svn --exclude=\*.pyc \
		--exclude=python-logging-extra-$(VERSION) -cf - . \
		| ( cd python-logging-extra-$(VERSION) && tar xf - )
	tar -czf ../tarballs/python-logging-extra_$(VERSION).orig.tar.gz python-logging-extra-$(VERSION)
	$(RM) -r python-logging-extra-$(VERSION)