Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 11 → Rev 12

/trunk/debian/changelog
10,8 → 10,9
autoreconf.patch) made obsolete upstream.
* debian/rules: Add build-indep and build-arch targets.
* Updated debian/copyright.
* Use dpkg-buildflags to set CFLAGS et al.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 00:38:47 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 00:45:02 +0200
 
libtar (1.2.11-8) unstable; urgency=low
 
/trunk/debian/rules
8,7 → 8,8
[ -f debian/autoreconf.before ] || dh_autoreconf
./configure \
--prefix=/usr \
--mandir=\$${prefix}/share/man
--mandir=\$${prefix}/share/man \
$(shell dpkg-buildflags --export=configure)
touch configure-stamp
 
build-arch: build
/trunk/debian/control
2,7 → 2,8
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 7), dh-autoreconf, autoconf, libtool
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf,
autoconf, libtool
Standards-Version: 3.9.2
Homepage: http://www.feep.net/libtar/