[xml/sgml-commit] r2112 - in /packages/refdb/trunk/debian: changelog control get-orig-source refdb-server-www.install refdb-server.README.Debian refdb-www.install rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Dec 13 14:34:32 UTC 2012


Author: malat
Date: Thu Dec 13 14:34:31 2012
New Revision: 2112

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2112
Log:
Add README

Added:
    packages/refdb/trunk/debian/refdb-server.README.Debian
    packages/refdb/trunk/debian/refdb-www.install
      - copied unchanged from r2111, packages/refdb/trunk/debian/refdb-server-www.install
Removed:
    packages/refdb/trunk/debian/get-orig-source
    packages/refdb/trunk/debian/refdb-server-www.install
Modified:
    packages/refdb/trunk/debian/changelog
    packages/refdb/trunk/debian/control
    packages/refdb/trunk/debian/rules

Modified: packages/refdb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/changelog?rev=2112&op=diff
==============================================================================
--- packages/refdb/trunk/debian/changelog (original)
+++ packages/refdb/trunk/debian/changelog Thu Dec 13 14:34:31 2012
@@ -1,7 +1,7 @@
 refdb (0.9.9-2) UNRELEASED; urgency=low
 
   * Add missing Depends to libdbd-sqlite3 in refdb-clients
-  * Add refdb-server-www package. Closes: #695834
+  * Add refdb-www package. Closes: #695834
   * Rename -sqlite3 to -server, and suggest mysql, slite3, pgsql driver
 
  -- Mathieu Malaterre <malat at debian.org>  Thu, 13 Dec 2012 11:38:41 +0100

Modified: packages/refdb/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/control?rev=2112&op=diff
==============================================================================
--- packages/refdb/trunk/debian/control (original)
+++ packages/refdb/trunk/debian/control Thu Dec 13 14:34:31 2012
@@ -13,25 +13,6 @@
 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-server-www
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, refdb-server, libapache2-mod-php5
-Description: Reference database and bibliography tool - www server
- 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.
- .
- Provides the web based server for refdb
 
 Package: refdb-clients
 Architecture: any
@@ -72,6 +53,25 @@
  .
  Provides the sqlite3/PostgreSQL/MySQL based server for refdb
 
+Package: refdb-www
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, refdb-server, libapache2-mod-php5
+Description: Reference database and bibliography tool - www server
+ 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.
+ .
+ Provides the web based server for refdb
+
 Package: refdb-doc
 Section: doc
 Architecture: all

Added: packages/refdb/trunk/debian/refdb-server.README.Debian
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb-server.README.Debian?rev=2112&op=file
==============================================================================
--- packages/refdb/trunk/debian/refdb-server.README.Debian (added)
+++ packages/refdb/trunk/debian/refdb-server.README.Debian Thu Dec 13 14:34:31 2012
@@ -1,0 +1,6 @@
+After installing refdb-server you should really pick one of the following driver:
+- libdbd-mysql, 
+- libdbd-pgsql, 
+- libdbd-sqlite3
+
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 13 Dec 2012 11:38:41 +0100

Modified: packages/refdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/rules?rev=2112&op=diff
==============================================================================
--- packages/refdb/trunk/debian/rules (original)
+++ packages/refdb/trunk/debian/rules Thu Dec 13 14:34:31 2012
@@ -15,7 +15,7 @@
 
 pkg_clients = refdb-clients
 pkg_server  = refdb-server
-pkg_www     = refdb-server-www
+pkg_www     = refdb-www
 
 override_dh_install:
 	dh_install -p$(pkg_clients) -Xmysql -Xpgsql -Xsqlite etc/refdb/




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