CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Generate ChangeLog from "git log".
authorTilman Sauerbeck <tilman@crux.nu>
Tue, 14 Nov 2006 21:12:11 +0000 (22:12 +0100)
committerTilman Sauerbeck <tilman@crux.nu>
Tue, 14 Nov 2006 21:12:11 +0000 (22:12 +0100)
ChangeLog [deleted file]
Makefile

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index f911441..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2006-08-24 Tilman Sauerbeck (tilman at crux nu)
-        * pkgadd.{h,cc}: Prepared the code for addition of the INSTALL rule
-
-2006-04-29 Simone Rota (sip at crux dot nu)
-        * Optimized file type detection for stripping in pkgmk
-          Thanks to Antti Nykänen
-
-2006-04-14 Tilman Sauerbeck (tilman at crux nu)
-        * ChangeLog, NEWS: Moved old ChangeLog to NEWS
-        * pkgmk.in: Write warnings and errors to stderr instead of stdout
-        * pkgutil.cc: Use the proper sentinel in the execl() call
index 32e0ab36866cf52f34faa1f070ef4d58d2ec023f..0b1c5d9ba1706f7c4802727c01a869e13dcdb11e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,7 @@ endif
 dist: distclean
        rm -rf /tmp/pkgutils-$(VERSION)
        mkdir -p /tmp/pkgutils-$(VERSION)
+       git-log > ChangeLog
        cp -rf . /tmp/pkgutils-$(VERSION)
        tar -C /tmp --exclude .svn -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
        rm -rf /tmp/pkgutils-$(VERSION)