[Python-modules-commits] r8636 - in packages/python-repoze.who-plugins/trunk/debian (1 file)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat May 30 12:50:46 UTC 2009


    Date: Saturday, May 30, 2009 @ 12:50:46
  Author: zack
Revision: 8636

add description about how to add new plugins

Modified:
  packages/python-repoze.who-plugins/trunk/debian/README.source

Modified: packages/python-repoze.who-plugins/trunk/debian/README.source
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/README.source	2009-05-30 12:47:04 UTC (rev 8635)
+++ packages/python-repoze.who-plugins/trunk/debian/README.source	2009-05-30 12:50:46 UTC (rev 8636)
@@ -23,4 +23,25 @@
 upstream parts of this package need updates. Otherwise, use "apt-get
 source PACKAGE" to work on the latest uploaded upstream release.
 
- -- Stefano Zacchiroli <zack at debian.org>, Sat, 30 May 2009 11:54:27 +0200
+
+Adding a new plugin
+===================
+
+As this is a plugin collection package, it is natural to expect that
+in the future new plugins will be added. To add one to the package
+follow a few simple rules:
+
+1) add the module name (usually the egg name) to the $(UPSTREAMS)
+   Makefile variable in debian/rules
+
+2) add the per-plugin watch file as debian/NAME.watch, where NAME is
+   the module name
+
+3) add license and copyright information about the new module to
+   debian/copyright
+
+4) run "debian/rules get-orig-source" to recreate the new tarball
+
+
+ -- Stefano Zacchiroli <zack at debian.org>, Sat, 30 May 2009 14:48:39 +0200
+




More information about the Python-modules-commits mailing list