[xml/sgml-commit] r2107 - in /packages/refdb/trunk/debian: changelog control refdb-clients.install refdb-server-www.install refdb.conf refdb.load rules

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Dec 13 11:47:50 UTC 2012


Author: malat
Date: Thu Dec 13 11:47:49 2012
New Revision: 2107

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

Added:
    packages/refdb/trunk/debian/refdb-server-www.install
    packages/refdb/trunk/debian/refdb.conf
    packages/refdb/trunk/debian/refdb.load
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=2107&op=diff
==============================================================================
--- packages/refdb/trunk/debian/changelog (original)
+++ packages/refdb/trunk/debian/changelog Thu Dec 13 11:47:49 2012
@@ -1,6 +1,7 @@
 refdb (0.9.9-2) UNRELEASED; urgency=low
 
-  * Add missing to libdbd-sqlite3 depends to refdb-clients
+  * Add missing Depends to libdbd-sqlite3 in refdb-clients
+  * Add refdb-server-www package. Closes: #695834
 
  -- 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=2107&op=diff
==============================================================================
--- packages/refdb/trunk/debian/control (original)
+++ packages/refdb/trunk/debian/control Thu Dec 13 11:47:49 2012
@@ -11,6 +11,25 @@
 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
+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
@@ -28,12 +47,14 @@
  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.
+ .
+ These are the client application for refdb server
 
 Package: refdb-server-sqlite3
 Provides: refdb-server
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
-Description: Reference database and bibliography tool - server
+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
  is accessible through command-line tools, through a web interface, from text
@@ -46,6 +67,8 @@
  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 sqlite3 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=2107&op=diff
==============================================================================
--- packages/refdb/trunk/debian/refdb-clients.install (original)
+++ packages/refdb/trunk/debian/refdb-clients.install Thu Dec 13 11:47:49 2012
@@ -1,3 +1,4 @@
+#usr/bin
 usr/bin/refdbsru
 usr/bin/refdb-sruserver
 usr/bin/refdbjade
@@ -46,6 +47,15 @@
 usr/share/man/man1/refdb_latex2utf8txt.1
 usr/share/man/man8/refdb.sh.8
 usr/share/man/man8/refdb.8
-#
-usr/share/refdb
+#usr/share/refdb
+usr/share/refdb/refdb.cat
+usr/share/refdb/db
+usr/share/refdb/declarations
+usr/share/refdb/dsssl
+usr/share/refdb/dtd
+usr/share/refdb/examples
+usr/share/refdb/sql
+usr/share/refdb/sru
+usr/share/refdb/styles
+usr/share/refdb/xsl
 etc/refdb

Added: packages/refdb/trunk/debian/refdb-server-www.install
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb-server-www.install?rev=2107&op=file
==============================================================================
--- packages/refdb/trunk/debian/refdb-server-www.install (added)
+++ packages/refdb/trunk/debian/refdb-server-www.install Thu Dec 13 11:47:49 2012
@@ -1,0 +1,1 @@
+usr/share/refdb/www

Added: packages/refdb/trunk/debian/refdb.conf
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb.conf?rev=2107&op=file
==============================================================================
--- packages/refdb/trunk/debian/refdb.conf (added)
+++ packages/refdb/trunk/debian/refdb.conf Thu Dec 13 11:47:49 2012
@@ -1,0 +1,10 @@
+# Alias to refdb
+Alias /refdb/ "/usr/share/refdb/www/"
+
+# Set the options on that directory
+<Directory "/usr/share/refdb/www">
+  AllowOverride None
+  Order allow,deny
+  Allow from all
+  AddType application/x-httpd-php .php .phtml
+</Directory>

Added: packages/refdb/trunk/debian/refdb.load
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/refdb.load?rev=2107&op=file
==============================================================================
    (empty)

Modified: packages/refdb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/refdb/trunk/debian/rules?rev=2107&op=diff
==============================================================================
--- packages/refdb/trunk/debian/rules (original)
+++ packages/refdb/trunk/debian/rules Thu Dec 13 11:47:49 2012
@@ -13,12 +13,15 @@
 override_dh_auto_configure:
 	dh_auto_configure -- $(BUILDDOC)
 
-#override_dh_installdocs:
-#	dh_installdocs
+pkg_www = refdb-server-www
+
+override_dh_install:
+	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
 
 override_dh_install-arch:
 	dh_install --list-missing
 
 get-orig-source:
 	uscan --verbose --force-download --rename
-	#debian/orig-tar.sh




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