gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/debian/rules


From: Milan Zamazal
Subject: Changes to gnats/debian/rules
Date: Sat, 05 Jan 2002 18:39:47 -0500

Index: gnats/debian/rules
diff -c gnats/debian/rules:1.8 gnats/debian/rules:1.9
*** gnats/debian/rules:1.8      Sun Dec 23 15:19:55 2001
--- gnats/debian/rules  Sat Jan  5 18:39:47 2002
***************
*** 310,354 ****
        dh_testdir
        dh_testroot
        test -f stamp-build-tkgnats || $(MAKE) -f debian/rules build-tk
!       -rm -rf debian/tmp
!       dh_installdirs usr/share/doc/$(package)-tk/examples usr/share/man/man1
!       $(MAKE) -C contrib/$(TKGNATS) prefix=$(PWD)/debian/tmp/usr \
                $(GTKDEFS) install
!       cp contrib/$(TKGNATS)/tkgnats.1 debian/tmp/usr/share/man/man1
!       dh_installdocs -pgnats-tk -Pdebian/tmp \
                contrib/$(TKGNATS)/FILES \
                contrib/$(TKGNATS)/README* \
                contrib/$(TKGNATS)/TECHNOTES \
                contrib/$(TKGNATS)/TO-DO \
                contrib/$(TKGNATS)/VERSION
        install -m 644 contrib/$(TKGNATS)/CONFIG* \
!               debian/tmp/usr/share/doc/gnats-tk/examples/
!       dh_installchangelogs contrib/$(TKGNATS)/CHANGES \
!               -pgnats-tk -Pdebian/tmp
!       dh_installmenu -pgnats-tk -Pdebian/tmp
!       dh_compress
!       install -d debian/tmp/DEBIAN
        sed 's/^PACKAGE=$$/PACKAGE=$(package)-tk/' debian/scripts/init \
!                >debian/tmp/DEBIAN/postinst
        set -e; for s in addfhs addmenu; do \
!               sed -e 1,3d debian/scripts/$$s >>debian/tmp/DEBIAN/postinst; \
        done
        sed 's/^PACKAGE=$$/PACKAGE=$(package)-tk/' debian/scripts/init \
!               >debian/tmp/DEBIAN/postrm
        set -e; for s in rmmenu; do \
!               sed -e 1,3d debian/scripts/$$s >>debian/tmp/DEBIAN/postrm; \
        done
        sed 's/^PACKAGE=$$/PACKAGE=$(package)-tk/' debian/scripts/init \
!               >debian/tmp/DEBIAN/prerm
        set -e; for s in rmfhs; do \
!               sed -e 1,3d debian/scripts/$$s >>debian/tmp/DEBIAN/prerm; \
        done
!       dpkg-gencontrol -is -ip -pgnats-tk -Pdebian/tmp
!       chmod -R u+w,go=rX debian/tmp
!       chmod 755 debian/tmp/DEBIAN/p*
!       dh_md5sums
!       dpkg --build debian/tmp
!       dpkg-name -o -s .. debian/tmp.deb
  
  binary-arch:
        $(MAKE) -f debian/rules binary-server
--- 310,355 ----
        dh_testdir
        dh_testroot
        test -f stamp-build-tkgnats || $(MAKE) -f debian/rules build-tk
!       dh_installdirs -p$(package)-tk usr/share/doc/$(package)-tk/examples \
!               usr/share/man/man1
!       $(MAKE) -C contrib/$(TKGNATS) prefix=$(PWD)/debian/$(package)-tk/usr \
                $(GTKDEFS) install
!       cp contrib/$(TKGNATS)/tkgnats.1 debian/$(package)-tk/usr/share/man/man1
!       dh_installdocs -p$(package)-tk \
                contrib/$(TKGNATS)/FILES \
                contrib/$(TKGNATS)/README* \
                contrib/$(TKGNATS)/TECHNOTES \
                contrib/$(TKGNATS)/TO-DO \
                contrib/$(TKGNATS)/VERSION
        install -m 644 contrib/$(TKGNATS)/CONFIG* \
!               debian/$(package)-tk/usr/share/doc/gnats-tk/examples/
!       dh_installchangelogs contrib/$(TKGNATS)/CHANGES -p$(package)-tk
!       dh_installmenu -p$(package)-tk
!       dh_compress -p$(package)-tk
!       install -d debian/$(package)-tk/DEBIAN
        sed 's/^PACKAGE=$$/PACKAGE=$(package)-tk/' debian/scripts/init \
!                >debian/$(package)-tk/DEBIAN/postinst
        set -e; for s in addfhs addmenu; do \
!               sed -e 1,3d debian/scripts/$$s \
!                       >>debian/$(package)-tk/DEBIAN/postinst; \
        done
        sed 's/^PACKAGE=$$/PACKAGE=$(package)-tk/' debian/scripts/init \
!               >debian/$(package)-tk/DEBIAN/postrm
        set -e; for s in rmmenu; do \
!               sed -e 1,3d debian/scripts/$$s \
!                       >>debian/$(package)-tk/DEBIAN/postrm; \
        done
        sed 's/^PACKAGE=$$/PACKAGE=$(package)-tk/' debian/scripts/init \
!               >debian/$(package)-tk/DEBIAN/prerm
        set -e; for s in rmfhs; do \
!               sed -e 1,3d debian/scripts/$$s \
!                       >>debian/$(package)-tk/DEBIAN/prerm; \
        done
!       dh_gencontrol -p$(package)-tk
!       chmod -R u+w,go=rX debian/$(package)-tk
!       chmod 755 debian/$(package)-tk/DEBIAN/p*
!       dh_md5sums -p$(package)-tk
!       dh_builddeb -p$(package)-tk
  
  binary-arch:
        $(MAKE) -f debian/rules binary-server



reply via email to

[Prev in Thread] Current Thread [Next in Thread]