[Python-apps-commits] r1350 - in packages/moap/trunk/debian (5 files)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Sat May 24 15:11:16 UTC 2008


    Date: Saturday, May 24, 2008 @ 15:10:59
  Author: gilir-guest
Revision: 1350

* New upstream release
* Add documentation files
* Use upstream man page

Added:
  packages/moap/trunk/debian/install
Modified:
  packages/moap/trunk/debian/changelog
  packages/moap/trunk/debian/control
  packages/moap/trunk/debian/rules
Deleted:
  packages/moap/trunk/debian/moap.1

Modified: packages/moap/trunk/debian/changelog
===================================================================
--- packages/moap/trunk/debian/changelog	2008-05-23 20:08:24 UTC (rev 1349)
+++ packages/moap/trunk/debian/changelog	2008-05-24 15:10:59 UTC (rev 1350)
@@ -1,5 +1,5 @@
-moap (0.2.5-1) UNRELEASED; urgency=low
+moap (0.2.6-1) unstable; urgency=low
 
   * Initial release (Closes: #422660)
 
- -- Julien Lavergne <julien.lavergne at gmail.com>  Fri, 28 Dec 2007 13:54:52 +0100
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Sat, 24 May 2008 17:12:00 +0200

Modified: packages/moap/trunk/debian/control
===================================================================
--- packages/moap/trunk/debian/control	2008-05-23 20:08:24 UTC (rev 1349)
+++ packages/moap/trunk/debian/control	2008-05-24 15:10:59 UTC (rev 1350)
@@ -2,10 +2,10 @@
 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>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, Marc-Andre Lureau <marcandre.lureau at gmail.com>
 Build-Depends: 	debhelper (>= 5), 
 		cdbs, 
-		python-central (>= 0.5.6), 
+		python-central (>= 0.6.0), 
 		python-dev,
 		python-librdf,
 		python-epydoc,
@@ -13,7 +13,7 @@
 		python-twisted-core
 Standards-Version: 3.7.3
 Homepage: http://thomas.apestaart.org/moap/trac/
-XS-Python-Version: current
+XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/moap/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/moap/?op=log
 
@@ -21,8 +21,8 @@
 Section: devel
 Architecture: all
 Depends: 	${misc:Depends}, 
-		${python:Depends},
-		python-genshi,
+		${python:Depends}
+Recommends:	python-genshi,
 		python-cheetah,
 		exuberant-ctags
 XB-Python-Version: ${python:Versions}

Added: packages/moap/trunk/debian/install
===================================================================
--- packages/moap/trunk/debian/install	                        (rev 0)
+++ packages/moap/trunk/debian/install	2008-05-24 15:10:59 UTC (rev 1350)
@@ -0,0 +1 @@
+/doc/reference /usr/share/doc/moap

Deleted: packages/moap/trunk/debian/moap.1
===================================================================
--- packages/moap/trunk/debian/moap.1	2008-05-23 20:08:24 UTC (rev 1349)
+++ packages/moap/trunk/debian/moap.1	2008-05-24 15:10:59 UTC (rev 1350)
@@ -1,51 +0,0 @@
-.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).

Modified: packages/moap/trunk/debian/rules
===================================================================
--- packages/moap/trunk/debian/rules	2008-05-23 20:08:24 UTC (rev 1349)
+++ packages/moap/trunk/debian/rules	2008-05-24 15:10:59 UTC (rev 1350)
@@ -2,14 +2,13 @@
 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
+DEB_INSTALL_MANPAGES_moap := doc/man/moap.1
 
 install/moap::
 	dh_pycentral
-	rmdir $(CURDIR)/debian/$(cdbs_curpkg)/usr/lib/




More information about the Python-apps-commits mailing list