[xml/sgml-commit] r2111 - in /packages/refdb/trunk/debian: changelog control refdb-clients.install refdb-server-sqlite3.install refdb-server.install rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Dec 13 14:29:35 UTC 2012


Author: malat
Date: Thu Dec 13 14:29:35 2012
New Revision: 2111

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2111
Log:
Repackage server

Added:
    packages/refdb/trunk/debian/refdb-server.install
      - copied unchanged from r2110, packages/refdb/trunk/debian/refdb-server-sqlite3.install
Removed:
    packages/refdb/trunk/debian/refdb-server-sqlite3.install
Modified:
    packages/refdb/trunk/debian/changelog
    packages/refdb/trunk/debian/control
    packages/refdb/trunk/debian/refdb-clients.install
    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=2111&op=diff
==============================================================================
--- packages/refdb/trunk/debian/changelog (original)
+++ packages/refdb/trunk/debian/changelog Thu Dec 13 14:29:35 2012
@@ -2,6 +2,7 @@
 
   * Add missing Depends to libdbd-sqlite3 in refdb-clients
   * Add refdb-server-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=2111&op=diff
==============================================================================
--- packages/refdb/trunk/debian/control (original)
+++ packages/refdb/trunk/debian/control Thu Dec 13 14:29:35 2012
@@ -52,10 +52,10 @@
  .
  These are the client application for refdb server
 
-Package: refdb-server-sqlite3
-Provides: refdb-server
+Package: refdb-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3
 Description: Reference database and bibliography tool - sqlite3 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
@@ -70,7 +70,7 @@
  and P5) sources with fully formatted citations and bibliographies according to
  publisher's specifications.
  .
- Provides the sqlite3 based server for refdb
+ Provides the sqlite3/PostgreSQL/MySQL based server for refdb
 
 Package: refdb-doc
 Section: doc

Modified: packages/refdb/trunk/debian/refdb-clients.install
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb-clients.install?rev=2111&op=diff
==============================================================================
--- packages/refdb/trunk/debian/refdb-clients.install (original)
+++ packages/refdb/trunk/debian/refdb-clients.install Thu Dec 13 14:29:35 2012
@@ -58,4 +58,4 @@
 usr/share/refdb/sru
 usr/share/refdb/styles
 usr/share/refdb/xsl
-etc/refdb
+#etc/refdb

Modified: packages/refdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/rules?rev=2111&op=diff
==============================================================================
--- packages/refdb/trunk/debian/rules (original)
+++ packages/refdb/trunk/debian/rules Thu Dec 13 14:29:35 2012
@@ -13,9 +13,15 @@
 override_dh_auto_configure:
 	dh_auto_configure -- $(BUILDDOC)
 
-pkg_www = refdb-server-www
+pkg_clients = refdb-clients
+pkg_server  = refdb-server
+pkg_www     = refdb-server-www
 
 override_dh_install:
+	dh_install -p$(pkg_clients) -Xmysql -Xpgsql -Xsqlite etc/refdb/
+	dh_install -p$(pkg_server) etc/refdb/refdbdrc.mysql.example
+	dh_install -p$(pkg_server) etc/refdb/refdbdrc.pgsql.example
+	dh_install -p$(pkg_server) etc/refdb/refdbdrc.sqlite3.example
 	dh_install -p$(pkg_www) debian/refdb.conf etc/apache2/mods-available
 	dh_install -p$(pkg_www) debian/refdb.load etc/apache2/mods-available
 	dh_install




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