/pidgin/main: cb37773e35a3: sign-packages Makefile target depend...
Mark Doliner
mark at kingant.net
Sun Jan 6 00:03:39 EST 2013
Changeset: cb37773e35a3fe3ab37bd563286961b261cffcb4
Author: Mark Doliner <mark at kingant.net>
Date: 2013-01-05 21:03 -0800
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/cb37773e35a3
Description:
sign-packages Makefile target depends on dist
diffstat:
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ 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
-sign-packages:
+sign-packages: dist
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
More information about the Commits
mailing list