Subversion Repositories liboop-bad

Compare Revisions

Ignore whitespace Rev 6 → Rev 7

/trunk/debian/control
2,7 → 2,10
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>> 4.0.0), libadns1-dev, libglib1.2-dev | libglib-dev, libreadline5-dev | libreadline-dev, tcl8.4-dev | tcl8.3-dev, sharutils
Build-Depends: debhelper (>> 4.0.0), dpatch, libadns1-dev,
libglib1.2-dev | libglib-dev,
libreadline5-dev | libreadline-dev,
tcl8.4-dev | tcl8.3-dev, sharutils
Standards-Version: 3.6.1
 
Package: liboop4
/trunk/debian/changelog
4,8 → 4,9
* Fix documentation file name extensions (Closes: #307732).
* Build liboop-doc in binary-indep target (Closes: #475573).
* Add debian/compat; remove DH_COMPAT from debian/rules.
* Add dpatch.
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 10:46:17 +0200
-- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 10:50:23 +0200
 
liboop (1.0-3.3) unstable; urgency=high
 
/trunk/debian/rules
16,6 → 16,8
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
 
include /usr/share/dpatch/dpatch.make
 
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)