diff options
-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)' |