[Nym3-commit] r277 - in trunk: . debian

laurent at conuropsis.org laurent at conuropsis.org
Tue May 31 22:47:21 CEST 2005


Author: laurent
Date: 2005-05-31 22:47:19 +0200 (Tue, 31 May 2005)
New Revision: 277

Added:
   trunk/debian/
   trunk/debian/changelog
   trunk/debian/compat
   trunk/debian/control
   trunk/debian/copyright
   trunk/debian/dirs
   trunk/debian/docs
   trunk/debian/nym3.postinst.debhelper
   trunk/debian/nym3.prerm.debhelper
   trunk/debian/rules
Log:
Start debian packaging.


Added: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/changelog	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,6 @@
+nym3 (0.0.20050507-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Laurent Fousse <laurent at komite.net>  Sat,  7 May 2005 22:38:40 +0200
+

Added: trunk/debian/compat
===================================================================
--- trunk/debian/compat	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/compat	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1 @@
+4

Added: trunk/debian/control
===================================================================
--- trunk/debian/control	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/control	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,24 @@
+Source: nym3
+Section: mail
+Priority: optional
+Maintainer: Laurent Fousse <laurent at komite.net>
+Build-Depends-Indep: debhelper (>= 4.0.0), python
+Standards-Version: 3.6.1
+
+Package: nym3
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mixminion
+Description: Type III nymserver - get and send emails anonymously
+ A nymserver is a mail server which stores emails on behalf of
+ anonymous users. It provides long-term pseudonymous identities which
+ can receive and send emails through the server, without revealing the
+ user controling those identities.
+ .
+ This nymserver is built upon the mixminion remailer network.
+ .
+ WARNING: this is still considered alpha quality software. Do NOT use
+ it if you require strong anonymity.
+ .
+ This package contains client and server binaries.
+ .
+  Homepage: http://www.komite.net/laurent/soft/nym3/

Added: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/copyright	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,28 @@
+This package was debianized by Laurent Fousse <laurent at komite.net> on
+Sat,  7 May 2005 22:38:40 +0200.
+
+It was downloaded from http://www.komite.net/laurent/soft/nym3/
+
+Copyright Holder: Laurent Fousse <laurent at komite.net>
+		  Jean-René Reinhard <jr at komite.net>
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to
+do so, provided that the above copyright notice(s) and this permission
+notice appear in all copies of the Software and that both the above
+copyright notice(s) and this permission notice appear in supporting
+documentation.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Added: trunk/debian/dirs
===================================================================
--- trunk/debian/dirs	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/dirs	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/debian/docs
===================================================================

Added: trunk/debian/nym3.postinst.debhelper
===================================================================
--- trunk/debian/nym3.postinst.debhelper	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/nym3.postinst.debhelper	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,10 @@
+# Automatically added by dh_python
+PYTHON=python2.3
+if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
+	DIRLIST=" /usr/lib/python2.3/site-packages"
+	for i in $DIRLIST ; do
+		$PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
+		$PYTHON /usr/lib/$PYTHON/compileall.py -q $i
+	done
+fi
+# End automatically added section

Added: trunk/debian/nym3.prerm.debhelper
===================================================================
--- trunk/debian/nym3.prerm.debhelper	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/nym3.prerm.debhelper	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,5 @@
+# Automatically added by dh_python
+dpkg -L nym3 |
+	awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
+	xargs rm -f >&2
+# End automatically added section

Added: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-05-31 20:46:10 UTC (rev 276)
+++ trunk/debian/rules	2005-05-31 20:47:19 UTC (rev 277)
@@ -0,0 +1,101 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	#$(MAKE)
+	#docbook-to-man debian/nym3.sgml > nym3.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/nym3.
+	#$(MAKE) install DESTDIR=$(CURDIR)/debian/nym3
+	python setup.py install --root=$(CURDIR)/debian/nym3 --no-compile
+	cp bin/nym3 $(CURDIR)/debian/nym3/usr/bin
+	cp bin/nym3d $(CURDIR)/debian/nym3/usr/sbin
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+	dh_python
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *



More information about the Nym3-commit mailing list