Группа :: Издательство
Пакет: bibview
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: bibview_2.2-8.diff
--- bibview-2.2.orig/debian/changelog
+++ bibview-2.2/debian/changelog
@@ -0,0 +1,55 @@
+bibview (2.2-8) unstable; urgency=low
+
+ * Orphaning; set maintainer to QA group.
+
+ -- John Goerzen <jgoerzen@complete.org> Mon, 18 Aug 2003 18:19:07 -0500
+
+bibview (2.2-7) unstable; urgency=low
+
+ * Added build-depends. Closes: #174030.
+ * s/six/several/ in control. Closes: #171986.
+
+ -- John Goerzen <jgoerzen@complete.org> Wed, 5 Feb 2003 16:25:45 -0600
+
+bibview (2.2-6) unstable; urgency=low
+
+ * Removed more spurious files from the doc dir. Closes: #84814.
+
+ -- John Goerzen <jgoerzen@complete.org> Mon, 23 Apr 2001 10:53:37 -0500
+
+bibview (2.2-5) unstable; urgency=low
+
+ * Update standards-version. Closes: #87169.
+
+ -- John Goerzen <jgoerzen@complete.org> Fri, 23 Feb 2001 12:50:27 -0500
+
+bibview (2.2-4) unstable; urgency=low
+
+ * Rebuilt to use /etc/X11/app-defaults. Closes: #86263.
+ * Removed some spurious fules from the doc dir. Closes: #84814.
+
+ -- John Goerzen <jgoerzen@complete.org> Thu, 22 Feb 2001 10:31:42 -0500
+
+bibview (2.2-3) unstable; urgency=low
+
+ * Last upload didn't work right; trying again.
+ * Modified control file.
+
+ -- John Goerzen <jgoerzen@complete.org> Wed, 25 Nov 1998 10:44:23 -0600
+
+bibview (2.2-2) unstable; urgency=low
+
+ * Fixed up some information in debian/ files.
+
+ -- John Goerzen <jgoerzen@complete.org> Sun, 22 Nov 1998 07:56:39 -0600
+
+bibview (2.2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- John Goerzen <jgoerzen@complete.org> Tue, 17 Nov 1998 08:41:53 -0600
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "jgoerzen@complete.org"
+End:
--- bibview-2.2.orig/debian/copyright
+++ bibview-2.2/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by John Goerzen jgoerzen@complete.org on
+Tue, 17 Nov 1998 08:41:53 -0600.
+
+It was downloaded from CTAN (www.ctan.org)
+
+Upstream Author(s): Holger Martin, Peter Urban, Armin Liebl
+ liebla@informatik.tu-muenchen.de
+
+Copyright:
+
+
+ Copyright 1992 Technische Universitaet Muenchen
+
+ Permission to use, copy, modify, and distribute this software
+ and its documentation for any purpose is hereby granted without fee,
+ provided that the above copyright notice appear in all copies and
+ that both that copyright notice and this permission notice appear
+ in supporting documentation. The authors make no representations
+ about the suitability of this software for any purpose. It is
+ provided "as is" without express or implied warranty.
+
+ THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
+ NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
+ USE OR PERFORMANCE OF THIS SOFTWARE.
--- bibview-2.2.orig/debian/crontab.ex
+++ bibview-2.2/debian/crontab.ex
@@ -0,0 +1 @@
+0 4 * * * root bibview_maintenance
--- bibview-2.2.orig/debian/dirs
+++ bibview-2.2/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
--- bibview-2.2.orig/debian/diversions.ex
+++ bibview-2.2/debian/diversions.ex
@@ -0,0 +1 @@
+<FILE> <Diverted to> <Packagename>
--- bibview-2.2.orig/debian/docs
+++ bibview-2.2/debian/docs
@@ -0,0 +1 @@
+README
--- bibview-2.2.orig/debian/inetd.conf.ex
+++ bibview-2.2/debian/inetd.conf.ex
@@ -0,0 +1,2 @@
+#:OTHER:
+bibview stream tcp nowait root /usr/sbin/tcpd /usr/sbin/bibview
--- bibview-2.2.orig/debian/info.ex
+++ bibview-2.2/debian/info.ex
@@ -0,0 +1,15 @@
+# This is a configuration files for installing a .info menu
+# The Description to be placed into the directory
+DESCR="Description"
+
+# The section this info file should be placed in (Regexp) followed by
+# the new section name to be created if the Regexp does not match
+# (Optional. If not given the .info will be appended to the directory)
+#SECTION_MATCH="Regexp"
+#SECTION_NAME="New Section Name"
+
+# The file referred to from the Info directory
+FILE=bibview.info
+
+# Optional. The files to be copied to /usr/info
+#FILES=*.info
--- bibview-2.2.orig/debian/init.d.ex
+++ bibview-2.2/debian/init.d.ex
@@ -0,0 +1,31 @@
+#! /bin/sh
+#
+# This file was automatically customized by debmake on Tue, 17 Nov 1998 08:41:53 -0600
+#
+# Written by Miquel van Smoorenburg <miquels@drinkel.ow.org>.
+# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.ai.mit.edu>.
+# Modified for Debian by Christoph Lameter <clameter@debian.org>
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+DAEMON=/usr/sbin/bibview
+# The following value is extracted by debstd to figure out how to generate
+# the postinst script. Edit the field to change the way the script is
+# registered through update-rc.d (see the manpage for update-rc.d!)
+FLAGS="defaults 50"
+
+test -f $DAEMON || exit 0
+
+case "$1" in
+ start)
+ start-stop-daemon --start --verbose --exec $DAEMON
+ ;;
+ stop)
+ start-stop-daemon --stop --verbose --exec $DAEMON
+ ;;
+ *)
+ echo "Usage: /etc/init.d/bibview {start|stop}"
+ exit 1
+ ;;
+esac
+
+exit 0
--- bibview-2.2.orig/debian/manpage.1.ex
+++ bibview-2.2/debian/manpage.1.ex
@@ -0,0 +1,41 @@
+.TH NAME SECTION
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+bibview \- programs to do something
+.SH SYNOPSIS
+.B bibview
+.I "[options] files ..."
+.br
+.B bar
+.I "[options] files ..."
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR bibview ,
+and
+.B bar
+commands.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+Instead, it has documentation in the GNU Info format; see below.
+.PP
+.B bibview
+is a program that...
+.SH OPTIONS
+The programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options are included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH AUTHOR
+This manual page was written by John Goerzen <jgoerzen@complete.org>,
+for the Debian GNU/Linux system (but may be used by others).
--- bibview-2.2.orig/debian/menu.ex
+++ bibview-2.2/debian/menu.ex
@@ -0,0 +1,2 @@
+?package(bibview):needs=X11|text|vc|wm section=Apps/see-menu-manual\
+ title="bibview" command="/usr/bin/bibview"
--- bibview-2.2.orig/debian/watch.ex
+++ bibview-2.2/debian/watch.ex
@@ -0,0 +1,5 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site Directory Pattern Version Script
+sunsite.unc.edu /pub/Linux/Incomingu bibview-*.tar.gz debian uupdate
--- bibview-2.2.orig/debian/control
+++ bibview-2.2/debian/control
@@ -0,0 +1,34 @@
+Source: bibview
+Section: tex
+Priority: optional
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper, xutils, xlibs-dev, libxaw7-dev
+Standards-Version: 3.5.2
+
+Package: bibview
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: tetex-extra | bibtex
+Description: X11 Bibliography database tool
+ bibview is a tool to let you set up and maintain BibTeX bibliography
+ databases. LaTeX can then use these automatically in citations and
+ bibliographies in your documents.
+ .
+ From its README:
+ .
+ It [bibview] supports the user in making new entries,
+ searching for entries and moving entries from one BiB to another.
+ It is possible to work with more than one BiB simultaneously.
+ bibview is implemented with Xt and Athena Widgets.
+ There are several types of windows in bibview:
+ The main window contains menus for customizing bibview and
+ for working with BiBs on the file level.
+ The bibliography window (one for every open BiB) contains commands
+ for manipulating the BiB.
+ The list window (at most one for every open BiB) shows a list of
+ entries. It displays the fields author, title, type and year.
+ The card window (at most one for every entry) helps editing an entry.
+ It contains boxes for each field of the entry (according to the type).
+ The fields can be edited by putting the mouse cursor into the field.
+ Macros in fields and the symbol for concatenation ('#') are marked
+ with a preceding '@'.
--- bibview-2.2.orig/debian/rules
+++ bibview-2.2/debian/rules
@@ -0,0 +1,82 @@
+#!/usr/bin/make -f
+# MAde with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Cristoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+
+ # Add here commands to compile the package.
+ xmkmf
+
+ # Compensate for broken Makefile
+ mv Makefile Makefile.broke
+ sed 's/-traditional/ /' < Makefile.broke > Makefile
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+
+ # Add here commands to clean up after the build process.
+ -xmkmf
+ -$(MAKE) clean
+ -rm BibView.ad
+
+ -rm -f build-stamp install-stamp Makefile*
+
+ dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/tmp.
+ $(MAKE) install DESTDIR=`pwd`/debian/tmp
+
+ touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# dh_testversion
+ dh_testdir
+ dh_testroot
+ dh_installdocs README
+ dh_installexamples
+ dh_installmenu
+# dh_installemacsen
+# dh_installinit
+ dh_installcron
+ dh_installmanpages
+# dh_undocumented
+ dh_installchangelogs CHANGES
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_suidregister
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+# dh_makeshlibs
+ dh_md5sums
+ dh_builddeb
+
+source diff:
+ @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
--- bibview-2.2.orig/debian/conffiles
+++ bibview-2.2/debian/conffiles
@@ -0,0 +1,2 @@
+/etc/X11/app-defaults/BibView
+/etc/X11/app-defaults/BibView-color