adjusted Makefile to use strategies jrollins and i worked out from the xul-ext; clean...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 10 Mar 2010 07:27:06 +0000 (02:27 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 10 Mar 2010 07:43:25 +0000 (02:43 -0500)
.gitattributes [deleted file]
Changelog
Makefile
README.schema [moved from notes_from_whiteboard.txt with 63% similarity]

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644 (file)
index d116b0f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-.git* export-ignore
-notes_from_whiteboard.txt export-ignore
index e04907e6f17e957b1c6165f8c4252b5a72e49511..3118c63632ba08234902e617c7d2846c100f1da5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,11 @@
+msva-perl (0.2~pre1) UNRELEASED;
+
+  * now shipping README.schema (notes about possible future MSVA
+    implementations)
+  * cleanup Makefile and distribution strategies.
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 10 Mar 2010 02:41:19 -0500
+
 msva-perl (0.1) upstream;
   
    * first release.
index e579757f38f2490da0f5b45e01be61a6972aaaf0..c967de7918e9169bdf03a3c729961332e96f6b0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,19 +13,15 @@ all: msva-perl.1
 msva-perl.1: msva-perl
        pod2man msva-perl msva-perl.1
 
-release: tarball
-       git tag -s msva-perl/$(VERSION) -m "releasing msva-perl version $(VERSION)"
-
-tarball: msva-perl msva.protocol.README COPYING Makefile
-       git archive --format tar --prefix=msva-perl-$(VERSION)/ HEAD | gzip -n -9 > ../msva-perl-$(VERSION).tar.gz
-
 clean: 
        rm -f msva-perl.1
 
 debian-package:
-       debuild -uc -us -i'^\.git|notes_from_whiteboard\.txt'
+       git buildpackage -uc -us --git-upstream-branch=master --git-debian-branch=debian --git-no-pristine-tar
 
+upstream-tag:
+       git tag -s msva-perl/$(VERSION) -m "releasing msva-perl version $(VERSION)"
 debian-tag:
        git tag -s debian/$(DEBIAN_VERSION) -m "tagging msva-perl debian packaging version $(DEBIAN_VERSION)"
 
-.PHONY: release tarball debian-package debian-tag all clean
+.PHONY: upstream-tag debian-package debian-tag all clean
similarity index 63%
rename from notes_from_whiteboard.txt
rename to README.schema
index 1ca2bae9d07379183c463166f58438175d0de663..980a395e94a6ac71fcfd51d495abef6039fd9de8 100644 (file)
@@ -1,3 +1,11 @@
+HYPOTHETICAL DOCS
+----------------
+
+These notes describe what a hypothetical schema for a self-implemented
+Monkeysphere Validation Agent (with no reliance on gpg) might look
+like.  This describes only the relational tables that might be
+relevant, and it is in some kind of pseudo-SQL.
+
 Public Key Carriers {
 
   x509 certs {