X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=25d659313cfe31cfe25d895d73578c5bfd1e9c23;hb=d4e206670862778bc0fdbf9b9c14c569db59265e;hp=4ef43b5f02e13ef897139345f6f919ef439cd9c1;hpb=19a42c4a502dbe5cd296dbcf162ac93779c8dab5;p=pkg%2Ft-prot.git diff --git a/debian/rules b/debian/rules index 4ef43b5..25d6593 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for t-prot package -# (c) 2002-2008 by Gerfried Fuchs -# Licenced in the same way as t-prot itself +# Copyright 2002-2009 by Gerfried Fuchs +# Licenced BSD style PKG = t-prot TMP = $(CURDIR)/debian/$(PKG) @@ -65,11 +65,11 @@ binary-indep: build install $(checkroot) $(INSTALL_DIR) $(TMP)/DEBIAN $(INSTALL_FILE) debian/copyright debian/README.Debian \ - debian/NEWS.Debian $(TMP)/usr/share/doc/$(PKG) + $(TMP)/usr/share/doc/$(PKG) $(INSTALL_FILE) debian/changelog \ $(TMP)/usr/share/doc/$(PKG)/changelog.Debian cd $(TMP)/usr/share/doc/$(PKG) && gzip -9 \ - changelog.Debian NEWS.Debian + changelog.Debian $(INSTALL_SCRIPT) debian/postinst debian/postrm debian/config \ $(TMP)/DEBIAN po2debconf debian/templates > $(TMP)/DEBIAN/templates @@ -81,11 +81,11 @@ binary-indep: build install dpkg --build $(TMP) .. -binary-arch: build install +binary-arch: # We have nothing to do here. -binary: binary-indep binary-arch +binary: binary-indep define checkdir