[Python-apps-commits] r602 - in packages/moap/trunk (10 files)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Tue Feb 5 23:04:10 UTC 2008


    Date: Tuesday, February 5, 2008 @ 23:04:09
  Author: gilir-guest
Revision: 602

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/moap/trunk/debian/
  packages/moap/trunk/debian/changelog
  packages/moap/trunk/debian/compat
  packages/moap/trunk/debian/control
  packages/moap/trunk/debian/copyright
  packages/moap/trunk/debian/menu
  packages/moap/trunk/debian/moap.1
  packages/moap/trunk/debian/pycompat
  packages/moap/trunk/debian/rules
  packages/moap/trunk/debian/watch


Property changes on: packages/moap/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/moap/trunk/debian/changelog
===================================================================
--- packages/moap/trunk/debian/changelog	                        (rev 0)
+++ packages/moap/trunk/debian/changelog	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,5 @@
+moap (0.2.5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #422660)
+
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Fri, 28 Dec 2007 13:54:52 +0100

Added: packages/moap/trunk/debian/compat
===================================================================
--- packages/moap/trunk/debian/compat	                        (rev 0)
+++ packages/moap/trunk/debian/compat	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1 @@
+5

Added: packages/moap/trunk/debian/control
===================================================================
--- packages/moap/trunk/debian/control	                        (rev 0)
+++ packages/moap/trunk/debian/control	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,52 @@
+Source: moap
+Section: devel
+Priority: optional
+Maintainer: Julien Lavergne <julien.lavergne at gmail.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: 	debhelper (>= 5), 
+		cdbs, 
+		python-central (>= 0.5.6), 
+		python-dev,
+		python-librdf,
+		python-epydoc,
+		pychecker,
+		python-twisted-core
+Standards-Version: 3.7.3
+Homepage: http://thomas.apestaart.org/moap/trac/
+XS-Python-Version: current
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/moap/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/moap/?op=log
+
+Package: moap
+Section: devel
+Architecture: all
+Depends: 	${misc:Depends}, 
+		${python:Depends},
+		python-genshi,
+		python-cheetah,
+		exuberant-ctags
+XB-Python-Version: ${python:Versions}
+Description: Swiss army knife for project maintainers and developers
+ moap aims to help in keeping you in the flow of maintaining, developing and
+ releasing your project, automating whatever tasks can be automated.
+ .
+ Features:
+ Parse DOAP files and:
+  * submit releases to Freshmeat
+  * send out release announcement mails
+  * create iCal and RSS release feeds from DOAP file(s)
+  * template them using Genshi or Cheetah
+  * look up project home page rank on Google and Yahoo for given queries
+ .
+ Version control tools:
+  * currently supports Bazaar, CVS, Darcs, Git, SVN
+  * maintain ignore lists
+  * prepare ChangeLog entry based on local diff, using ctags
+  * check in based on ChangeLog entry
+  * show diff based on last ChangeLog entry
+ .
+ Bug tracker tools:
+  * show individual bugs and queries from trac and bugzilla
+ .
+  * get list of contributors from ChangeLog
+  * bash completion

Added: packages/moap/trunk/debian/copyright
===================================================================
--- packages/moap/trunk/debian/copyright	                        (rev 0)
+++ packages/moap/trunk/debian/copyright	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,32 @@
+This package was debianized for Debian by Julien Lavergne <julien.lavergne at gmail.com> on
+Mon, 16 Jul 2007 19:35:18 +0000.
+
+It was downloaded from <http://thomas.apestaart.org/moap/trac/>
+
+Upstream Authors:
+
+    Thomas Vander Stichele <thomas at apestaart.org>
+
+License:
+
+   Copyright (C) 2006-2007 Thomas Vander Stichele <thomas at apestaart.org>
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program 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.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the 
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 
+   Boston, MA 02110-1301, USA.
+
+   See `/usr/share/common-licenses/GPL-2' for the complete licence.
+
+The Debian packaging is (C) 2007, Julien Lavergne <julien.lavergne at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Added: packages/moap/trunk/debian/menu
===================================================================
--- packages/moap/trunk/debian/menu	                        (rev 0)
+++ packages/moap/trunk/debian/menu	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,5 @@
+?package(moap):\
+       needs="text"\
+       section="Applications/Project Management"\
+       title="MOAP"\
+       command="moap"

Added: packages/moap/trunk/debian/moap.1
===================================================================
--- packages/moap/trunk/debian/moap.1	                        (rev 0)
+++ packages/moap/trunk/debian/moap.1	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,51 @@
+.TH MOAP 1 "NOVEMBER 25, 2007"
+
+.SH NAME
+moap \- A swiss army knife for project maintainers and developers
+.SH SYNOPSIS
+.B moap
+[\fICOMMAND \fR] [\fIARG\fR] [\fIOPTION\fR]
+.br
+
+.SH DESCRIPTION
+\fBmoap\fP is a swiss army knife for project maintainers and developers. It aims to help in keeping you in the flow of maintaining, developing and releasing, automating whatever tasks can be automated.
+.br
+It allows you to parse DOAP files and submit releases, send release mails, create iCal files and RSS feeds, maintain version control ignore lists, check in based on the latest ChangeLog entry, and more.
+
+.SH COMMAND
+.TP
+.B cl
+Manage changelog.
+.TP
+.B cl prep
+to create a new ChangeLog entry based on the local modifications:
+.TP
+.B cl ci
+check in all files mentioned in the latest ChangeLog entry
+.TP.
+.B ignore
+update ignore lists, then edit the file and keep only the files that need to be ignored
+.TP
+.B doap
+Manage informations about the project 
+.TP
+.B doap show
+show information about your project:
+.TP
+.B doap -v X freshmeat
+submit the version X release of your project to freshmeat
+
+.SH OPTIONS
+.TP
+.B \-h (\-\-help)
+Gives the basic instructions to use moap or differents command of moap.
+.TP
+.B \-n (\-\-no)
+TODO
+.TP
+
+.SH AUTHOR
+moap was written by Thomas Vander Stichele thomas at apestaart.org.
+.PP
+This manual page was written by Julien Lavergne <julien.lavergne at gmail.com>,
+for the Debian project (but may be used by others).

Added: packages/moap/trunk/debian/pycompat
===================================================================
--- packages/moap/trunk/debian/pycompat	                        (rev 0)
+++ packages/moap/trunk/debian/pycompat	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1 @@
+2

Added: packages/moap/trunk/debian/rules
===================================================================
--- packages/moap/trunk/debian/rules	                        (rev 0)
+++ packages/moap/trunk/debian/rules	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_PYTHON_SYSTEM=pycentral
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_MODULE_PACKAGE := moap
+DEB_PYTHON_PRIVATE_MODULES_DIRS := debian/tmp/usr/share/moap
+
+DEB_INSTALL_MANPAGES_moap := debian/moap.1
+
+install/moap::
+	dh_pycentral
+	rmdir $(CURDIR)/debian/$(cdbs_curpkg)/usr/lib/


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

Added: packages/moap/trunk/debian/watch
===================================================================
--- packages/moap/trunk/debian/watch	                        (rev 0)
+++ packages/moap/trunk/debian/watch	2008-02-05 23:04:09 UTC (rev 602)
@@ -0,0 +1,2 @@
+version=3
+http://thomas.apestaart.org/download/moap/moap-(.*)\.tar\.bz2




More information about the Python-apps-commits mailing list