summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2008-02-05 15:42:25 +0100
committerDan McGee <dan@archlinux.org>2008-02-06 01:01:02 +0100
commit7069b96173aa256d1c2eaed2d21811639e10e566 (patch)
tree2fc51154e62fd4969e62365aecabe3813697e44a
parent69bc5ea5e28086c8eea6808be2be3c84b555863b (diff)
downloadpacman-7069b96173aa256d1c2eaed2d21811639e10e566.tar.gz
pacman-7069b96173aa256d1c2eaed2d21811639e10e566.tar.xz
Add new ChangeLog.proto file.
Fixes FS#7231. Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
-rw-r--r--ChangeLog.proto16
-rw-r--r--Makefile.am2
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog.proto b/ChangeLog.proto
new file mode 100644
index 00000000..87e86e72
--- /dev/null
+++ b/ChangeLog.proto
@@ -0,0 +1,16 @@
+2007-12-01 Your Name <youremail@domain.com>
+
+ * pkgver-pkgrel :
+ new upstream release.
+ Reason we changed stuff.
+ Another reason we changed stuff.
+
+ * gcc-4.1.patch :
+ Removed, no longer needed.
+
+2007-11-01 Your Name <youremail@domain.com>
+
+ * 1.0-5 :
+ added ChangeLog.
+ the last line should end with just one newline.
+ you can cat the file to check it displays fine.
diff --git a/Makefile.am b/Makefile.am
index 6453555e..dc085429 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ EXTRA_DIST = HACKING
# Sample makepkg prototype files
pkgdatadir = ${datadir}/${PACKAGE}
-dist_pkgdata_DATA = PKGBUILD.proto proto.install
+dist_pkgdata_DATA = PKGBUILD.proto proto.install ChangeLog.proto
# run the pactest test suite
check-local: src/pacman