File: rules

package info (click to toggle)
apt-config-auto-update 2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 44 kB
  • sloc: makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

INSTALLDIR = $(CURDIR)/debian/apt-config-auto-update

%:
	dh $@

override_dh_auto_install:
	install -m0755 -d $(INSTALLDIR)/etc/apt/apt.conf.d/
	install -m0644 $(CURDIR)/apt/10periodic $(INSTALLDIR)/etc/apt/apt.conf.d/
	install -m0644 $(CURDIR)/apt/15update-stamp $(INSTALLDIR)/etc/apt/apt.conf.d/
	install -m0644 $(CURDIR)/apt/20archive $(INSTALLDIR)/etc/apt/apt.conf.d/