move debian packaging to the packaging/ subdirectory.
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 15 Nov 2008 19:43:22 +0000 (14:43 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sat, 15 Nov 2008 19:43:22 +0000 (14:43 -0500)
14 files changed:
COPYING
Makefile
changelog [new symlink]
packaging/debian/changelog [new symlink]
packaging/debian/compat [moved from debian/compat with 100% similarity]
packaging/debian/control [moved from debian/control with 100% similarity]
packaging/debian/copyright [moved from debian/copyright with 100% similarity]
packaging/debian/monkeysphere.dirs [moved from debian/monkeysphere.dirs with 100% similarity]
packaging/debian/monkeysphere.postinst [moved from debian/monkeysphere.postinst with 100% similarity]
packaging/debian/monkeysphere.postrm [moved from debian/monkeysphere.postrm with 100% similarity]
packaging/debian/monkeysphere.preinst [moved from debian/monkeysphere.preinst with 100% similarity]
packaging/debian/rules [moved from debian/rules with 100% similarity]
website/changelog [moved from debian/changelog with 98% similarity]
website/news/release-0.20-1.mdwn [new file with mode: 0644]

diff --git a/COPYING b/COPYING
index fefe9ab9b4ee64d0a654c0fab3e0db228bfe8a8e..070c992d3be63fc4c151add26f4ba0be1c87bcae 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-MonkeySphere is a system to use the OpenPGP web-of-trust to
+Monkeysphere is a system to use the OpenPGP web-of-trust to
 authenticate and encrypt ssh connections.
 
 It is free software, developed by:
@@ -12,12 +12,12 @@ It is free software, developed by:
   Ross Glover <ross@ross.mayfirst.org>
   Greg Lyle <greg@stealthisemail.com>
 
-MonkeySphere is distributed in the hope that it will be useful, but
+Monkeysphere is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-MonkeySphere Copyright 2007, and are all released under the GPL,
+Monkeysphere Copyright 2007, and are all released under the GPL,
 version 3 or later.
 
 
index 7db645a9f987ae03e5bc5911073f8f9ba7986eb6..7493b1f5112924e38f92e20094967ff6e8d41234 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # (c) 2008 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
 # Licensed under GPL v3 or later
 
-MONKEYSPHERE_VERSION = `head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'`
+MONKEYSPHERE_VERSION = `head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'`
 
 # these defaults are for debian.  porters should probably adjust them
 # before calling make install
@@ -29,7 +29,7 @@ tarball: clean
 
 debian-package: tarball
        tar xzf monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz
-       cp -a debian monkeysphere-$(MONKEYSPHERE_VERSION)
+       cp -a packaging/debian monkeysphere-$(MONKEYSPHERE_VERSION)
        (cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us)
        rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
 
diff --git a/changelog b/changelog
new file mode 120000 (symlink)
index 0000000..b9a9e21
--- /dev/null
+++ b/changelog
@@ -0,0 +1 @@
+website/changelog
\ No newline at end of file
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
new file mode 120000 (symlink)
index 0000000..d9956db
--- /dev/null
@@ -0,0 +1 @@
+../../website/changelog
\ No newline at end of file
similarity index 100%
rename from debian/compat
rename to packaging/debian/compat
similarity index 100%
rename from debian/control
rename to packaging/debian/control
similarity index 100%
rename from debian/copyright
rename to packaging/debian/copyright
similarity index 100%
rename from debian/rules
rename to packaging/debian/rules
similarity index 98%
rename from debian/changelog
rename to website/changelog
index 6988e89d6f24112acc1cd8d3b871fedf8aad7364..994b99173166efd8de6a3d03d9867733faed0d0c 100644 (file)
@@ -1,3 +1,9 @@
+monkeysphere (0.21-1) unstable; urgency=low
+
+  * move debian packaging to packaging subdirectory.
+
+ -- Jameson Graef Rollins <jrollins@finestructure.net>  Sat, 15 Nov 2008 14:26:48 -0500
+
 monkeysphere (0.20-1) unstable; urgency=low
 
   [ Daniel Kahn Gillmor ]
diff --git a/website/news/release-0.20-1.mdwn b/website/news/release-0.20-1.mdwn
new file mode 100644 (file)
index 0000000..841369d
--- /dev/null
@@ -0,0 +1,18 @@
+[[meta title="Monkeysphere 0.20-1 released!"]]
+
+Monkeysphere 0.20-1 has been released.  
+
+Notes from the changelog:
+
+<pre>
+  [ Daniel Kahn Gillmor ]
+  * ensure that tempdirs are properly created, bail out otherwise instead
+    of stumbling ahead.
+  * minor fussing with the test script to make it cleaner.
+
+  [ Jameson Graef Rollins ]
+  * clean up Makefile to generate more elegant source tarballs.
+  * make myself the maintainer.
+</pre>
+
+[[Download]] it now!