File: rules

package info (click to toggle)
blogofile 0.8b1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 792 kB
  • sloc: python: 2,975; makefile: 30
file content (17 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@ --with python2


override_dh_auto_clean:
	dh_auto_clean
	rm -rf ./Blogofile.egg-info/

override_dh_install:
	dh_install --list-missing
	mv $(CURDIR)/debian/blogofile-converters/usr/bin/wordpress2blogofile.py \
	   $(CURDIR)/debian/blogofile-converters/usr/bin/wordpress2blogofile