File: rules

package info (click to toggle)
bibledit 5.1.023-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252,116 kB
  • sloc: xml: 915,984; ansic: 231,234; cpp: 96,957; javascript: 46,996; sh: 5,022; makefile: 512; php: 69
file content (20 lines) | stat: -rwxr-xr-x 665 bytes parent folder | download | duplicates (2)
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

%:
	dh $@

# Fix for this:
# dh_installchangelogs
# install -p -m0644 debian/changelog debian/bibledit/usr/share/doc/bibledit/changelog.Debian
# install -p -m0644 ./changes debian/bibledit/usr/share/doc/bibledit/changelog
# install: omitting directory './changes'
# dh_installchangelogs: install -p -m0644 ./changes debian/bibledit/usr/share/doc/bibledit/changelog returned exit code 1
# At the same time including the correct package ChangeLog
override_dh_installchangelogs:
	dh_installchangelogs help/changelog.html

# Fix for bug #884047
override_dh_install:
	dh_install -Xconfig.log -Xconfig.status -XMakefile -Xdepcomp