[go: up one dir, main page]

File: rules

package info (click to toggle)
daps 3.3.2%2Bcleaned1-6.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,484 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 240
file content (20 lines) | stat: -rwxr-xr-x 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc --disable-edit-rootcatalog
	dh_python3

override_dh_auto_install:
	dh_auto_install

override_dh_install:
	dh_installxmlcatalogs

	# Remove obsolete licences and documentation
	rm debian/daps/usr/share/doc/daps/COPYING \
		 debian/daps/usr/share/doc/daps/COPYING-2.0 \
		 debian/daps/usr/share/doc/daps/COPYING-3.0 \
		 debian/daps/usr/share/doc/daps/INSTALL.adoc