[pacman-dev] [PATCHv2 2/2] proto: Remove ChangeLog.proto and move important info to PKGBUILD(5)
Allan McRae
allan at archlinux.org
Sat Feb 1 20:29:23 EST 2014
On 02/02/14 10:04, Jason St. John wrote:
> The change log prototype should be distribution determined.
>
> Signed-off-by: Jason St. John <jstjohn at purdue.edu>
> ---
> This is a resubmission based on Allan's feedback here:
> https://mailman.archlinux.org/pipermail/pacman-dev/2014-January/018651.html
>
'make check' failure:
make[1]: *** No rule to make target 'proto/ChangeLog.proto', needed by
'all-am'. Stop.
Makefile:923: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Check "make dist" works too...
> doc/PKGBUILD.5.txt | 1 +
> proto/ChangeLog.proto | 16 ----------------
> 2 files changed, 1 insertion(+), 16 deletions(-)
> delete mode 100644 proto/ChangeLog.proto
>
> diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
> index 6c5ef84..0638942 100644
> --- a/doc/PKGBUILD.5.txt
> +++ b/doc/PKGBUILD.5.txt
> @@ -102,6 +102,7 @@ below).
>
> *changelog*::
> Specifies a changelog file that is to be included in the package.
> + The changelog file should end in a single newline.
> This file should reside in the same directory as the PKGBUILD and will
> be copied into the package by makepkg. It does not need to be included
> in the source array (e.g., `changelog=$pkgname.changelog`).
> diff --git a/proto/ChangeLog.proto b/proto/ChangeLog.proto
> deleted file mode 100644
> index 87e86e7..0000000
> --- a/proto/ChangeLog.proto
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -2007-12-01 Your Name <youremail at 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 at 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.
>
More information about the pacman-dev
mailing list