--- moap-0.2.7.orig/debian/rules +++ moap-0.2.7/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +DH_ALWAYS_EXCLUDE=CVS:.svn + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/class/autotools.mk + +DEB_PYTHON_MODULE_PACKAGE := moap +DEB_PYTHON_PRIVATE_MODULES_DIRS := debian/tmp/usr/share/moap + +DEB_INSTALL_MANPAGES_moap := doc/man/moap.1 + +install/moap:: + dh_pysupport + +clean:: + find . -name '*\.pyc' -delete --- moap-0.2.7.orig/debian/compat +++ moap-0.2.7/debian/compat @@ -0,0 +1 @@ +5 --- moap-0.2.7.orig/debian/menu +++ moap-0.2.7/debian/menu @@ -0,0 +1,5 @@ +?package(moap):\ + needs="text"\ + section="Applications/Project Management"\ + title="MOAP"\ + command="moap" --- moap-0.2.7.orig/debian/watch +++ moap-0.2.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://thomas.apestaart.org/download/moap/moap-(.*)\.tar\.bz2 --- moap-0.2.7.orig/debian/copyright +++ moap-0.2.7/debian/copyright @@ -0,0 +1,54 @@ +This package was debianized for Debian by Julien Lavergne on +Mon, 1 Jun 2008 19:35:18 +0000. + +It was downloaded from + +Upstream Authors: + + Thomas Vander Stichele + +License for moap/extern/log/test_log.py + + Flumotion - a streaming media server + Copyright (C) 2004,2005,2006,2007 Fluendo, S.L. (www.fluendo.com). + All rights reserved. + + This file may be distributed and/or modified under the terms of + the GNU General Public License version 2 as published by + the Free Software Foundation. + This file is distributed without any warranty; without even the implied + warranty of merchantability or fitness for a particular purpose. + See "LICENSE.GPL" in the source distribution for more information. + + Licensees having purchased or holding a valid Flumotion Advanced + Streaming Server license may use this file in accordance with the + Flumotion Advanced Streaming Server Commercial License Agreement. + See "LICENSE.Flumotion" in the source distribution for more information. + + See `/usr/share/common-licenses/GPL-2' for the complete licence. + +License for others files: + + (C) Copyright Fluendo for moap/util/log.py + Copyright (C) 2006-2007 Thomas Vander Stichele + for others files. + + 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 © 2009, Julien Lavergne and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. --- moap-0.2.7.orig/debian/install +++ moap-0.2.7/debian/install @@ -0,0 +1 @@ +/doc/reference /usr/share/doc/moap --- moap-0.2.7.orig/debian/control +++ moap-0.2.7/debian/control @@ -0,0 +1,59 @@ +Source: moap +Section: devel +Priority: optional +Maintainer: Julien Lavergne +Uploaders: Python Applications Packaging Team , + Marc-Andre Lureau +Build-Depends: debhelper (>= 5), + cdbs +Build-Depends-Indep: python-dev, + python-support (>= 0.6), + python-librdf, + python-epydoc, + pychecker, + python-twisted-core +Standards-Version: 3.8.2 +Homepage: http://thomas.apestaart.org/moap/trac/ +Vcs-Svn: svn://svn.debian.org/python-apps/packages/moap/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/moap/trunk/ + +Package: moap +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + python-librdf +Recommends: python-genshi, + python-cheetah, + python-twisted-core, + python-yahoo, + exuberant-ctags +Suggests: bzr, + cvs, + darcs, + git-core (>= 1:1.6.0), + git-svn, + subversion +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 --- moap-0.2.7.orig/debian/pyversions +++ moap-0.2.7/debian/pyversions @@ -0,0 +1 @@ +2.4- --- moap-0.2.7.orig/debian/changelog +++ moap-0.2.7/debian/changelog @@ -0,0 +1,53 @@ +moap (0.2.7-1) unstable; urgency=low + + * New upstream release. + - Don't crash on unknown format of ChangeLog (Closes: #520997) + * debian/patches + - 01-assign-variable-moap-bug.patch: Removed, merged upstream. + - 02-moap-git-svn.patch: Removed, merged upstream. + * debian/control + - Remove X{B,S}-Python-Version. + - Bump Standards-Version to 3.8.2. (no change needed). + * debian/pyversions: Add compatible versions. + + -- Julien Lavergne Fri, 26 Jun 2009 23:47:43 +0200 + +moap (0.2.6-3) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Julien Lavergne ] + * debian/patches/02-moap-git-svn.patch: + - Call git svn instead of git-svn, change since git 1.6. Thanks Jonny + Lamb for the patch (Closes: #517551). + * debian/control: + - Switch from python-central to python-support. + - Suggest git-core (>= 1:1.6.0) and git-svn. + - Remove section field in the binary. + * debian/pycompat: Removed for the switch to python-support. + * debian/rules: Switch to python-support. + * debian/copyright + - Replace (C) by © . + + -- Julien Lavergne Thu, 05 Mar 2009 19:23:43 +0100 + +moap (0.2.6-2) unstable; urgency=low + + * debian/control + - Suggests all control software that moap can support. + (Closes: #496533). + * debian/rules + - Add cdbs simple-patchsys rule. + * debian/patches + - 01-assign-variable-moap-bug.patch : Assign a variable properly in + command/bug.py. Thanks Jelmer Vernooij for the patch (Closes: #496534). + + -- Julien Lavergne Wed, 27 Aug 2008 01:10:05 +0200 + +moap (0.2.6-1) unstable; urgency=low + + * Initial release (Closes: #422660) + + -- Julien Lavergne Mon, 23 Jun 2008 23:39:41 +0200