diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-02-01 21:28:09 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-02 16:12:27 +1000 |
commit | 6268e66efaae690ea7df1a8b84913fdf8528874c (patch) | |
tree | 6f6b084fea0174f9fb64445034ee082def4d1bab /proto | |
parent | ccabeafb3d489dfe285626b2fc2f7d2024d7aa7f (diff) | |
download | pacman-6268e66efaae690ea7df1a8b84913fdf8528874c.tar.xz |
Remove ChangeLog.proto and move important info to PKGBUILD(5)
The change log prototype should be distribution determined.
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ChangeLog.proto | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/proto/ChangeLog.proto b/proto/ChangeLog.proto deleted file mode 100644 index 87e86e72..00000000 --- a/proto/ChangeLog.proto +++ /dev/null @@ -1,16 +0,0 @@ -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. |