diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 18:22:43 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 18:22:43 (EDT) |
commit | 1647b94fdd20a17eb279bdf9233378489e9e8061 (patch) | |
tree | 7742d34a12a298c0af52ccd0867cec1e72b745b3 | |
parent | b4e84f248be6634c8b6991f7880272440f5b9f4f (diff) |
changelog, source.mk: New upstream version
Upstream now uses xz.
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | source.mk | 4 |
3 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +fakeroot (1.23-1) trunk + + * New upstream version. + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 17:59:56 -0400 + fakeroot (1.18.4-1) trunk * New upstream version. @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" <pj@pehjota.net> -Build-Depends: opkhelper-3.0 +Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0 Homepage: http://anonscm.debian.org/gitweb/?p=users/clint/fakeroot.git;a=summary @@ -1,7 +1,7 @@ -upstream_archive = fakeroot_$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.bz2 +upstream_archive = fakeroot_$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.xz upstream_mirror = http://ftp.debian.org/debian upstream_url = $(upstream_mirror)/pool/main/f/fakeroot/$(upstream_archive) -source_archive = ../fakeroot-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.bz2 +source_archive = ../fakeroot-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.xz $(source_archive): wget -c '$(upstream_url)' |