[xml/sgml-commit] r2067 - in /packages/refdb/trunk/debian: changelog control patches/series refdb-doc.docs refdb-doc.install refdb.install rules watch

malat at users.alioth.debian.org malat at users.alioth.debian.org
Tue Oct 2 10:23:30 UTC 2012


Author: malat
Date: Tue Oct  2 10:23:28 2012
New Revision: 2067

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2067
Log:
Get 0.9.9 in shape

Added:
    packages/refdb/trunk/debian/refdb-doc.docs
    packages/refdb/trunk/debian/refdb-doc.install
    packages/refdb/trunk/debian/refdb.install
Modified:
    packages/refdb/trunk/debian/changelog
    packages/refdb/trunk/debian/control
    packages/refdb/trunk/debian/patches/series
    packages/refdb/trunk/debian/rules
    packages/refdb/trunk/debian/watch

Modified: packages/refdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/changelog?rev=2067&op=diff
==============================================================================
--- packages/refdb/trunk/debian/changelog (original)
+++ packages/refdb/trunk/debian/changelog Tue Oct  2 10:23:28 2012
@@ -1,4 +1,4 @@
-refdb (1.0-1) unstable; urgency=low
+refdb (0.9.9-1) unstable; urgency=low
 
   * Initial Debian Upload (Closes: #)
 

Modified: packages/refdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/control?rev=2067&op=diff
==============================================================================
--- packages/refdb/trunk/debian/control (original)
+++ packages/refdb/trunk/debian/control Tue Oct  2 10:23:28 2012
@@ -4,14 +4,14 @@
 Uploaders: Mathieu Malaterre <malat at debian.org>
 Build-Depends: debhelper (>= 9), libdbi-dev (>= 0.8.1), libreadline-dev, libexpat-dev, libbtparse-dev, dh-autoreconf, libtrang-java
 Standards-Version: 3.9.3
-Section: java
+Section: text
 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}
+Architecture: any
+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
@@ -25,3 +25,23 @@
  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.
+
+Package: refdb-doc
+Section: text
+Architecture: all
+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.
+ .
+ This is the documentation for refdb

Modified: packages/refdb/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/patches/series?rev=2067&op=diff
==============================================================================
--- packages/refdb/trunk/debian/patches/series (original)
+++ packages/refdb/trunk/debian/patches/series Tue Oct  2 10:23:28 2012
@@ -1,2 +1,2 @@
-fixsvn.patch
+#fixsvn.patch
 fixcomp.patch

Added: packages/refdb/trunk/debian/refdb-doc.docs
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb-doc.docs?rev=2067&op=file
==============================================================================
--- packages/refdb/trunk/debian/refdb-doc.docs (added)
+++ packages/refdb/trunk/debian/refdb-doc.docs Tue Oct  2 10:23:28 2012
@@ -1,0 +1,1 @@
+usr/share/doc/refdb-*

Added: packages/refdb/trunk/debian/refdb-doc.install
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb-doc.install?rev=2067&op=file
==============================================================================
--- packages/refdb/trunk/debian/refdb-doc.install (added)
+++ packages/refdb/trunk/debian/refdb-doc.install Tue Oct  2 10:23:28 2012
@@ -1,0 +1,1 @@
+usr/share/doc/refdb-*

Added: packages/refdb/trunk/debian/refdb.install
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb.install?rev=2067&op=file
==============================================================================
--- packages/refdb/trunk/debian/refdb.install (added)
+++ packages/refdb/trunk/debian/refdb.install Tue Oct  2 10:23:28 2012
@@ -1,0 +1,4 @@
+usr/bin
+usr/share
+etc/
+etc/refdb/

Modified: packages/refdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/rules?rev=2067&op=diff
==============================================================================
--- packages/refdb/trunk/debian/rules (original)
+++ packages/refdb/trunk/debian/rules Tue Oct  2 10:23:28 2012
@@ -1,9 +1,24 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
+
+# deduce documentation option (build-indep target)
+ifeq "" "$(filter %-doc,$(shell dh_listpackages))"
+  BUILDDOC = --disable-docs
+endif
 
 %:
-	dh $@ --with autoreconf
+	#dh $@ --with autoreconf
+	dh $@ --parallel
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(BUILDDOC)
+
+#override_dh_installdocs:
+#	dh_installdocs
+
+override_dh_install-arch:
+	dh_install --list-missing
 
 get-orig-source:
-	#uscan --verbose --force-download --rename --repack
-	debian/orig-tar.sh
+	uscan --verbose --force-download --rename
+	#debian/orig-tar.sh

Modified: packages/refdb/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/watch?rev=2067&op=diff
==============================================================================
--- packages/refdb/trunk/debian/watch (original)
+++ packages/refdb/trunk/debian/watch Tue Oct  2 10:23:28 2012
@@ -1,2 +1,3 @@
 version=3
+opts="uversionmangle=s/-1//" \
 http://sf.net/refdb/refdb-([\d\.-]+)\.tar\.gz




More information about the debian-xml-sgml-commit mailing list