Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 6 → Rev 17

/tags/1.2.19-1/debian/watch
1,3 → 1,6
version=3
 
ftp://ftp.feep.net/pub/software/libtar/libtar-(.*).tar.gz
#ftp://ftp.feep.net/pub/software/libtar/libtar-(.*).tar.gz
 
opts=downloadurlmangle=s/tag/snapshot/,filenamemangle=s/.*\/v([\d\.]+)$/libtar-$1.tar.gz/ \
http://repo.or.cz/w/libtar.git/shortlog ^.*/v([\d\.]+)
/tags/1.2.19-1/debian/changelog
1,3 → 1,26
libtar (1.2.19-1) unstable; urgency=low
 
* New upstream release.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 05 May 2013 17:59:29 +0200
 
libtar (1.2.16-1) unstable; urgency=low
 
* New upstream: Chris Frey has stepped up with the consent of the
original author, Mark Roth, and published an "official unofficial" git
repo at http://repo.or.cz/w/libtar.git, which I will use for the time
being.
* Updated debian/watch to look for tags and corresponding snapshot
tarballs at above URL.
* All patches have been incorporated or (in the case of
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.
* debian/control: Add VCS fields; bump Standards-Version to 3.9.3.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 01:03:41 +0200
 
libtar (1.2.11-8) unstable; urgency=low
 
* libtool.patch: Set SHELL to the configured shell in those Makefile.in
/tags/1.2.19-1/debian/patches/libtool.patch
File deleted
/tags/1.2.19-1/debian/patches/man_hyphen_minus.patch
File deleted
/tags/1.2.19-1/debian/patches/series
File deleted
/tags/1.2.19-1/debian/patches/autoreconf.patch
File deleted
/tags/1.2.19-1/debian/patches/memleak2.patch
File deleted
/tags/1.2.19-1/debian/patches/bad_ptrtoint.patch
File deleted
/tags/1.2.19-1/debian/patches/memleak.patch
File deleted
/tags/1.2.19-1/debian/copyright
1,13 → 1,15
This package was debianized by Glenn McGrath <bug1@debian.org> on
Sat, 5 Jan 2002 13:24:37 +1100.
 
It was downloaded from http://www-dev.cites.uiuc.edu/libtar/
It was downloaded from http://repo.or.cz/w/libtar.git; previously from
http://www.feep.net/libtar/
 
Upstream Author: Mark D. Roth <roth@uiuc.edu>
Upstream Authors: Mark D. Roth <roth@uiuc.edu> and Chris Frey
<cdfrey@foursquare.net>
 
Copyright:
Copyright (c) 1998-2002 University of Illinois Board of Trustees
Copyright (c) 1998-2002 Mark D. Roth
Copyright (c) 1998-2003 University of Illinois Board of Trustees
Copyright (c) 1998-2003 Mark D. Roth
All rights reserved.
 
Developed by: Campus Information Technologies and Educational Services,
41,4 → 43,3
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
 
 
/tags/1.2.19-1/debian/rules
8,9 → 8,12
[ -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
build-indep:
build: build-stamp
build-stamp: configure-stamp
dh_testdir
33,7 → 36,7
 
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
binary-indep: build install
binary-indep:
 
binary-arch: install
dh_testdir
/tags/1.2.19-1/debian/control
2,9 → 2,12
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 7), dh-autoreconf, autoconf, libtool
Standards-Version: 3.9.2
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf,
autoconf, libtool
Standards-Version: 3.9.3
Homepage: http://www.feep.net/libtar/
Vcs-Browser: http://svn.kibibyte.se/libtar
Vcs-Svn: svn://svn.kibibyte.se/libtar/trunk
 
Package: libtar-dev
Architecture: any