r35827 - in /packages/bibus/trunk/debian: bibus.1 changelog patches/install-screenshots.patch rules
beathovn-guest at users.alioth.debian.org
beathovn-guest at users.alioth.debian.org
Thu Sep 10 20:29:09 UTC 2009
Author: beathovn-guest
Date: Thu Sep 10 20:29:09 2009
New Revision: 35827
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35827
Log:
Another try to get the old 1.4.3.2-3 stuff really back.
Added:
packages/bibus/trunk/debian/bibus.1
packages/bibus/trunk/debian/patches/install-screenshots.patch
Modified:
packages/bibus/trunk/debian/changelog
packages/bibus/trunk/debian/rules
Added: packages/bibus/trunk/debian/bibus.1
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/bibus.1?rev=35827&op=file
==============================================================================
--- packages/bibus/trunk/debian/bibus.1 (added)
+++ packages/bibus/trunk/debian/bibus.1 Thu Sep 10 20:29:09 2009
@@ -1,0 +1,65 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BIBUS 1 "January 22, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+bibus \- Bibus is a bibliographic database
+.SH SYNOPSIS
+.B bibus
+.SH DESCRIPTION
+The
+.B bibus
+command does not take any arguments or options at the moment.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invoke bold face and italics,
+.\" respectively.
+\fBbibus\fP is a bibliographic database compatible with two database engines:
+.br
+ - MySQL <http://www.mysql.com/>
+.br
+ - SQLite <http://www.sqlite.org/>.
+.br
+It features
+.br
+ * hierarchical organization of the references with user-defined keys
+.br
+ * multiuser-environment design (share databases between many users)
+.br
+ * a search engine supporting live queries
+.br
+ * on-line PubMed and eTBLAST access
+.br
+ * OpenOffice.org connectivity: You can
+.br
+ - insert references in an opened OpenOffice.org text document
+.br
+ - format the bibliography directly in Bibus
+.br
+ - format the citations in Bibus.
+.br
+ * foreign language support through unicode and gettext
+.br
+ * import of PubMed (Medline), EndNote/Refer, RIS and BibTeX records.
+.SH SEE ALSO
+.BR openoffice (1)
+.br
+.SH AUTHOR
+\fBbibus\fP was written by Pierre Martineau <pmartino at users.sourceforge.net>
+.PP
+This manual page was written by Pierre Martineau <pmartino at users.sourceforge.net>
+and updated by Jan Beyer <jan at beathovn.de> for the Debian project
+(but may be used by others).
Modified: packages/bibus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/changelog?rev=35827&op=diff
==============================================================================
--- packages/bibus/trunk/debian/changelog (original)
+++ packages/bibus/trunk/debian/changelog Thu Sep 10 20:29:09 2009
@@ -1,3 +1,10 @@
+bibus (1.4.3.2-5) unstable; urgency=low
+
+ * Installing our own, updated, manpage again, which got lost in the previous
+ upload.
+
+ -- Jan Beyer <jan at beathovn.de> Thu, 10 Sep 2009 22:06:41 +0200
+
bibus (1.4.3.2-4) unstable; urgency=low
* debian/rules:
Added: packages/bibus/trunk/debian/patches/install-screenshots.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/patches/install-screenshots.patch?rev=35827&op=file
==============================================================================
--- packages/bibus/trunk/debian/patches/install-screenshots.patch (added)
+++ packages/bibus/trunk/debian/patches/install-screenshots.patch Thu Sep 10 20:29:09 2009
@@ -1,0 +1,16 @@
+Author: Jan Beyer <jan at beathovn.de>
+Copyright: Copyright 2009 Jan Beyer
+License: The same as the Bibus packaging.
+Description: Adds lines to Makefile to install the screenshots for the
+ documentation.
+--- bibus-1.4.3.2.orig/Setup/Makefile
++++ bibus-1.4.3.2/Setup/Makefile
+@@ -64,6 +64,8 @@
+ # copying docs in from Docs/html/en/ for bibus-doc-en
+ cd Docs;\
+ find html/en/* -type f -exec install -m644 '{}' -D $(datadir)/doc/bibus/'{}' ';'
++ cd Docs;\
++ find html/ScreenShots/* -type f -exec install -m644 '{}' -D $(datadir)/doc/bibus/'{}' ';'
+ endef
+
+ define compile
Modified: packages/bibus/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/rules?rev=35827&op=diff
==============================================================================
--- packages/bibus/trunk/debian/rules (original)
+++ packages/bibus/trunk/debian/rules Thu Sep 10 20:29:09 2009
@@ -31,6 +31,7 @@
chmod 755 $(BIBUSDESTDIR)/usr/share/bibus/bibus.py
rm -f $(BIBUSDESTDIR)/usr/share/bibus/bibusStart.py
rm -f $(BIBUSDESTDIR)/usr/share/doc/bibus/*
+ rm -f $(BIBUSDESTDIR)/usr/share/man/man1/bibus.1
dh_install -pbibus debian/bibus.cfg usr/share/bibus/
dh_install -pbibus Pixmaps/bibus.xpm usr/share/pixmaps/
@@ -45,6 +46,7 @@
dh_installchangelogs -i Docs/CHANGELOG
dh_installdocs -i
dh_installmenu -i
+ dh_installman -i debian/bibus.1
dh_link -i usr/share/bibus/bibus.py usr/bin/bibus
dh_strip -i
dh_compress -i
More information about the debian-science-commits
mailing list