From: sgunderson Date: Thu, 17 Aug 2000 23:10:20 +0000 (+0000) Subject: ChangeLog is generated from CVS logs on make package; debian/ directory is included... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=06651d0f315a92817a53e79ec406a52b56bc6378;p=betaftpd ChangeLog is generated from CVS logs on make package; debian/ directory is included in packaging. --- diff --git a/Makefile.in b/Makefile.in index 4cf0d1c..02b3ef6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,15 +54,22 @@ package: rm -rf betaftpd-$(VERSION) mkdir betaftpd-$(VERSION) mkdir betaftpd-$(VERSION)/doc + mkdir betaftpd-$(VERSION)/debian # cp betaftpd betaftpd-$(VERSION) make distclean autoconf autoheader configure.in > config.h.in - cp README Makefile.in acconfig.h cmds.c cmds.h betaftpd-$(VERSION) + @echo "The user packaging this package didn't have cvs2cl.pl available," > ChangeLog + @echo "or he/she was offline during packaging. No ChangeLog is available." >> ChangeLog + -cvs2cl.pl -U users + cp ChangeLog README Makefile.in acconfig.h cmds.c cmds.h betaftpd-$(VERSION) cp config.h.in configure configure.in disp.c ftpd.c betaftpd-$(VERSION) cp nonroot.c ascii.c ascii.h nonroot.h ftpd.h strip-exec betaftpd.lsm betaftpd-$(VERSION) cp doc/CREDITS doc/CHANGES doc/CHANGES-0.0.8 doc/COPYING betaftpd-$(VERSION)/doc cp doc/KNOWN-BUGS doc/RFC-COMPLIANCE doc/README.nonroot betaftpd-$(VERSION)/doc cp doc/README.rights doc/README.platforms betaftpd-$(VERSION)/doc + cp debian/README.debian debian/betaftpd.7 debian/changelog betaftpd-$(VERSION)/debian + cp debian/control debian/copyright debian/dirs debian/files betaftpd-$(VERSION)/debian + cp debian/init.d debian/rules debian/substvars debian/watch.ex betaftpd-$(VERSION)/debian tar cf - betaftpd-$(VERSION)/ | gzip -9vv > betaftpd-$(VERSION).tar.gz tar cf - betaftpd-$(VERSION)/ | bzip2 -3vv > betaftpd-$(VERSION).tar.bz2