]> git.donarmstrong.com Git - deb_pkgs/debian-r-archive-keyring.git/blob - debian/rules
fix copyright; only the rules is the same from the mozilla keyring package
[deb_pkgs/debian-r-archive-keyring.git] / debian / rules
1 #!/usr/bin/make -f
2
3 KEYRING=debian-r-archive-keyring.gpg
4
5 %:
6         dh $@
7
8 $(KEYRING): archive.asc
9         gpg --homedir $(CURDIR) --no-default-keyring --keyring $(CURDIR)/$@ --import $<
10
11 override_dh_auto_build: $(KEYRING)
12
13 override_dh_auto_clean:
14         rm -f *.gpg *.gpg~