[SCM] morituri/master: add doc

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:01 UTC 2014


The following commit has been merged in the master branch:
commit d1bbc0f5f92e029bd55a91dccd8e2f9fe7c95da1
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri May 22 20:21:46 2009 +0000

    add doc

diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..0bee3e3
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,26 @@
+EXTRA_DIST = morituri.rss2 morituri.ics $(man_MANS)
+
+all-local: feeds reference
+
+if HAVE_EPYDOC
+reference: $(top_srcdir)/morituri/*.py feeds
+	epydoc -o reference $(top_srcdir)/morituri
+else
+reference:
+	@true
+endif
+
+# generate feeds
+feeds: morituri.rss2 morituri.ics
+
+# don't fail fatally if user does not have RDF
+morituri.rss2: $(top_srcdir)/morituri.doap
+	-moap doap -f $(top_srcdir)/morituri.doap rss > morituri.rss2
+
+morituri.ics: $(top_srcdir)/morituri.doap
+	-moap doap -f $(top_srcdir)/morituri.doap ical > morituri.ics
+
+# man_MANS = man/rip.1
+
+clean-local:
+	@rm -rf reference
diff --git a/morituri.doap b/morituri.doap
new file mode 100644
index 0000000..a8f180f
--- /dev/null
+++ b/morituri.doap
@@ -0,0 +1,65 @@
+<Project
+  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+  xmlns:dc="http://purl.org/dc/elements/1.1/"
+  xmlns="http://usefulinc.com/ns/doap#"
+  xmlns:foaf="http://xmlns.com/foaf/0.1/"
+  xmlns:admin="http://webns.net/mvcb/">
+
+ <name>Morituri</name>
+ <shortname>morituri</shortname>
+ <homepage rdf:resource="http://thomas.apestaart.org/thomas/trac/" />
+ <created>2006-06-11</created>
+ <shortdesc xml:lang="en">
+Morituri is a CD ripper aiming for maximum quality.
+</shortdesc>
+ <description xml:lang="en">
+Morituri is a CD ripper aiming for maximum quality.
+ </description>
+ <category></category>
+ <wiki rdf:resource="http://thomas.apestaart.org/thomas/trac/" />
+ <bug-database rdf:resource="http://thomas.apestaart.org/thomas/trac/newticket?component=morituri" />
+ <screenshots></screenshots>
+<!--
+ <mailing-list rdf:resource="http://lists.sourceforge.net/lists/listinfo/moap-devel/" />
+-->
+ <programming-language>python</programming-language>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
+ <download-page rdf:resource="http://thomas.apestaart.org/projects/morituri/" />
+
+ <repository>
+   <SVNRepository>
+     <location rdf:resource="http://thomas.apestaart.org/thomas/svn/src/morituri/trunk/" />
+     <browse rdf:resource="http://thomas.apestaart.org/thomas/trac/browser/svn/src/morituri/trunk" />
+   </SVNRepository>
+ </repository> 
+
+ <maintainer>
+  <foaf:Person>
+     <foaf:name>Thomas Vander Stichele</foaf:name>
+  </foaf:Person>
+ </maintainer>
+
+<!--
+ <release>
+  <Version>
+   <revision>0.2.6</revision>
+   <branch>trunk</branch>
+   <name>Nerd Night</name>
+   <created>2008-05-23</created>
+   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.6.tar.bz2" />
+   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.6-1.noarch.rpm" />
+   <dc:description>
+Added support for git-svn.
+Fix brz diff.
+Added moap changelog find to search through a ChangeLog.
+Added man page.
+Added moap tracadmin to administrate trac installations.
+Added changed properties/added/deleted files when preparing ChangeLog entries.
+Added checking of unchanged ChangeLog entry template.
+    </dc:description>
+  </Version>
+ </release>
+-->
+
+</Project>

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list