[xml/sgml-commit] r2062 - in /packages/refdb: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/orig-tar.sh trunk/debian/rules trunk/debian/source/ trunk/debian/source/format trunk/debian/watch
malat at users.alioth.debian.org
malat at users.alioth.debian.org
Tue Oct 2 08:17:11 UTC 2012
Author: malat
Date: Tue Oct 2 08:17:10 2012
New Revision: 2062
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2062
Log:
Start work on refdb
Added:
packages/refdb/
packages/refdb/trunk/
packages/refdb/trunk/debian/
packages/refdb/trunk/debian/changelog
packages/refdb/trunk/debian/compat
packages/refdb/trunk/debian/control
packages/refdb/trunk/debian/copyright
packages/refdb/trunk/debian/orig-tar.sh (with props)
packages/refdb/trunk/debian/rules (with props)
packages/refdb/trunk/debian/source/
packages/refdb/trunk/debian/source/format
packages/refdb/trunk/debian/watch
Added: packages/refdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/changelog?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/changelog (added)
+++ packages/refdb/trunk/debian/changelog Tue Oct 2 08:17:10 2012
@@ -1,0 +1,5 @@
+refdb (1.0-1) unstable; urgency=low
+
+ * Initial Debian Upload (Closes: #)
+
+ -- Mathieu Malaterre <malat at debian.org> Thu, 20 Sep 2012 10:00:14 +0200
Added: packages/refdb/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/compat?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/compat (added)
+++ packages/refdb/trunk/debian/compat Tue Oct 2 08:17:10 2012
@@ -1,0 +1,1 @@
+9
Added: packages/refdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/control?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/control (added)
+++ packages/refdb/trunk/debian/control Tue Oct 2 08:17:10 2012
@@ -1,0 +1,31 @@
+Source: refdb
+Priority: optional
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Section: java
+Homepage: http://refdb.sf.net
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-xml-sgml/packages/refdb/
+Vcs-Svn: svn://svn.debian.org/debian-xml-sgml/packages/refdb/trunk/
+
+Package: refdb
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Description: Reference database and bibliography tool for SGML, XML, and LaTeX documents
+ RefDB is a reference database and bibliography tool for SGML, XML, and
+ LaTeX/BibTeX documents. It allows users to share databases over a network. It
+ is accessible through command-line tools, through a web interface, from text
+ editors (Emacs, Vim), and it contains a SRU server. Programmers can use Perl
+ and PHP libraries to integrate RefDB functionality into their own projects.
+ RefDB is released under the GNU General Public License and runs on Linux, the
+ *BSDs, OS X, Solaris, and Windows/Cygwin.
+ .
+ RefDB appears to be the only available tool to create HTML, PostScript, PDF,
+ DVI, MIF, or RTF output from DocBook (SGML, XML V.4.x and V.5.x) or TEI (XML P4
+ and P5) sources with fully formatted citations and bibliographies according to
+ publisher's specifications.
+ .
+ To learn more about what RefDB can do, please visit the Features page. To see
+ examples of reference data and of bibliographies, peruse the Examples page. The
+ current status of the project and future plans are listed on the Status page.
Added: packages/refdb/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/copyright?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/copyright (added)
+++ packages/refdb/trunk/debian/copyright Tue Oct 2 08:17:10 2012
@@ -1,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: herold
+Upstream-Contact: Michael Fuchs <michael.fuchs at dbdoclet.org>
+Source: http://www.dbdoclet.org/
+
+Files: *
+Copyright: 2001-2012 Michael Fuchs
+License: GPL-3+
+ herold 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 3 of the License, or
+ (at your option) any later version.
+ .
+ herold 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 herold. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+Files: debian/*
+Copyright: 2012 Mathieu Malaterre <malat at debian.org>
+License: GPL-3+
+ Same as above
Added: packages/refdb/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/orig-tar.sh?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/orig-tar.sh (added)
+++ packages/refdb/trunk/debian/orig-tar.sh Tue Oct 2 08:17:10 2012
@@ -1,0 +1,32 @@
+#!/bin/sh -ex
+
+PACKAGE=refdb
+
+VERSION=${VERSION:-$2}
+TARFILE=${TARFILE:-$3}
+
+if [ -z ${VERSION}]; then
+VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`
+fi
+
+REVISION=`echo $VERSION | sed -e 's/^.*svn//g'`
+REVISION=756
+
+if [ -z ${TARFILE}]; then
+TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
+fi
+
+FOLDER=${PACKAGE}-${VERSION}
+
+svn export --quiet --revision ${REVISION} https://refdb.svn.sourceforge.net/svnroot/refdb/refdb/trunk/ ${FOLDER}
+
+GZIP='--best --no-name' tar czf ${TARFILE} ${FOLDER}
+rm -rf ${FOLDER}
+
+# move to directory 'tarballs'
+#if [ -r .svn/deb-layout ]; then
+# . .svn/deb-layout
+# mv $TAR $origDir
+# echo "moved $TAR to $origDir"
+#fi
+#
Propchange: packages/refdb/trunk/debian/orig-tar.sh
------------------------------------------------------------------------------
svn:executable = *
Added: packages/refdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/rules?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/rules (added)
+++ packages/refdb/trunk/debian/rules Tue Oct 2 08:17:10 2012
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel
+
+get-orig-source:
+ #uscan --verbose --force-download --rename --repack
+ debian/orig-tar.sh
Propchange: packages/refdb/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/refdb/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/source/format?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/source/format (added)
+++ packages/refdb/trunk/debian/source/format Tue Oct 2 08:17:10 2012
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: packages/refdb/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/watch?rev=2062&op=file
==============================================================================
--- packages/refdb/trunk/debian/watch (added)
+++ packages/refdb/trunk/debian/watch Tue Oct 2 08:17:10 2012
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/refdb/refdb-([\d\.-]+)\.tar\.gz
More information about the debian-xml-sgml-commit
mailing list