Skip to content

Commit

Permalink
Updated Debian packaging information.
Browse files Browse the repository at this point in the history
git-svn-id: https://crosstex.svn.sourceforge.net/svnroot/crosstex/trunk@106 bdde6707-1129-0410-9c4d-a4f2bc757222
  • Loading branch information
Robert Surton committed Jun 20, 2007
1 parent 117429f commit a9cb012
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 69 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ PACKAGE=crosstex-${VERSION}

ROOT=
PREFIX=/usr/local
LIBDIR=/lib/crosstex
LIBDIR=/share/crosstex
BINDIR=/bin
MANDIR=/share/man
PLY=${PREFIX}${LIBDIR}
Expand Down
4 changes: 3 additions & 1 deletion crosstex.1
Expand Up @@ -69,7 +69,9 @@ features such as @default statements; useful for converting large old databases
in an automatic pass.
.SH SEE ALSO
The programs are documented fully by
.IR "The CrossTeX Tutorial" .
.IR "The CrossTeX Tutorial" ,
which can be found on Debian systems in
/usr/share/doc/crosstex/crosstex.pdf.gz
.SH AUTHOR
CrossTeX was written by Emin Gun Sirer <egs@systems.cs.cornell.edu> and
Robert Burgess <burgess@systems.cs.cornell.edu>.
6 changes: 0 additions & 6 deletions debian/changelog
@@ -1,11 +1,5 @@
crosstex (0.5.3-1) unstable; urgency=low

* New upstream release.

-- Robert Burgess <burgess@systems.cs.cornell.edu> Thu, 14 Jun 2007 11:15:09 -0400

crosstex (0.5.2-1) unstable; urgency=low

* Initial release.

-- Robert Burgess <burgess@systems.cs.cornell.edu> Tue, 29 May 2007 14:39:04 -0400
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: crosstex
Section: tex
Priority: optional
Maintainer: Robert Burgess <burgess@systems.cs.cornell.edu>
Build-Depends: debhelper (>= 5), python, texlib-base-bin | tetex-bin
Build-Depends: debhelper (>= 5), python, texlive-base-bin | tetex-bin
Standards-Version: 3.7.2

Package: crosstex
Expand Down
4 changes: 0 additions & 4 deletions debian/copyright
Expand Up @@ -28,7 +28,3 @@ Public License can be found in `/usr/share/common-licenses/GPL'.

The Debian packaging is (C) 2007, Robert Burgess <burgess@systems.cs.cornell.edu> and
is licensed under the GPL, see above.


# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
2 changes: 0 additions & 2 deletions debian/menu

This file was deleted.

34 changes: 0 additions & 34 deletions debian/rules
Expand Up @@ -9,9 +9,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1




CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
Expand All @@ -23,72 +20,41 @@ endif
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.

touch configure-stamp


build: build-stamp

build-stamp: configure-stamp
dh_testdir

# Add here commands to compile the package.
$(MAKE) pdf

touch $@

clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp

# Add here commands to clean up after the build process.
-$(MAKE) clean

dh_clean

install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs

# Add here commands to install the package into debian/crosstex.
$(MAKE) ROOT=$(CURDIR)/debian/crosstex PREFIX=/usr install


# Build architecture-dependent files here.
binary-arch: build install
# We have nothing to do by default.

# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs crosstex.pdf
# dh_installexamples
dh_install
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_python
# dh_installinit
# dh_installcron
# dh_installinfo
dh_installman
# dh_link
# dh_strip
dh_compress
dh_fixperms
# dh_perl
# dh_makeshlibs
dh_installdeb
# dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
Expand Down
20 changes: 0 additions & 20 deletions debian/watch
@@ -1,22 +1,2 @@
# 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.
# See uscan(1) for format

# Compulsory line, this is a version 3 file
version=3

# Uncomment to examine a Webpage
# <Webpage URL> <string match>
#http://www.example.com/downloads.php crosstex-(.*)\.tar\.gz

# Uncomment to examine a Webserver directory
#http://www.example.com/pub/crosstex-(.*)\.tar\.gz

# Uncommment to examine a FTP server
#ftp://ftp.example.com/pub/crosstex-(.*)\.tar\.gz debian uupdate

# Uncomment to find new files on sourceforge, for debscripts >= 2.9
http://sf.net/crosstex/crosstex-(.*)\.tar\.gz


0 comments on commit a9cb012

Please sign in to comment.