[Nym3-commit] r305 - trunk/debian

laurent at conuropsis.org laurent at conuropsis.org
Sat Sep 17 15:08:51 CEST 2005


Author: laurent
Date: 2005-09-17 15:08:50 +0200 (Sat, 17 Sep 2005)
New Revision: 305

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Cleanup unused rules and prepare the name change nym3 -> nymbaron.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-09-17 13:08:18 UTC (rev 304)
+++ trunk/debian/changelog	2005-09-17 13:08:50 UTC (rev 305)
@@ -1,4 +1,4 @@
-nym3 (0.0.20050507-1) unstable; urgency=low
+nymbaron (0.0.20050507-1) unstable; urgency=low
 
   * Initial Release.
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2005-09-17 13:08:18 UTC (rev 304)
+++ trunk/debian/control	2005-09-17 13:08:50 UTC (rev 305)
@@ -1,11 +1,11 @@
-Source: nym3
+Source: nymbaron
 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
+Package: nymbaron
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mixminion
 Description: Type III nymserver - get and send emails anonymously

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-09-17 13:08:18 UTC (rev 304)
+++ trunk/debian/rules	2005-09-17 13:08:50 UTC (rev 305)
@@ -33,10 +33,6 @@
 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:
@@ -55,11 +51,11 @@
 	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
+	# Add here commands to install the package into debian/nymbaron.
+	#$(MAKE) install DESTDIR=$(CURDIR)/debian/nymbaron
+	python setup.py install --root=$(CURDIR)/debian/nymbaron --no-compile
+	cp bin/nymbaron $(CURDIR)/debian/nymbaron/usr/bin
+	cp bin/nymbarond $(CURDIR)/debian/nymbaron/usr/sbin
 
 
 # Build architecture-independent files here.



More information about the Nym3-commit mailing list