/pidgin/main: 246527e54546: Rename "packages" makefile target to...
Mark Doliner
mark at kingant.net
Sat Jan 5 23:57:04 EST 2013
Changeset: 246527e54546f93e9a24be2491ed76257dd3cd3c
Author: Mark Doliner <mark at kingant.net>
Date: 2013-01-05 20:56 -0800
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/246527e54546
Description:
Rename "packages" makefile target to "sign-packages"
This seems more accurate to me.
diffstat:
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,13 +56,13 @@ version-check:
# ... and have no changes in the working copy. (this isn't really necessary with hg because hg id appends a "+")
test "x`hg st -mard`" = x
-packages:
+sign-packages:
gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz
gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2
gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz
gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2
-release: commit-check version-check distcheck packages
+release: commit-check version-check distcheck sign-packages
if INSTALL_I18N
PO_DIR=po
More information about the Commits
mailing list