From 1647b94fdd20a17eb279bdf9233378489e9e8061 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 31 May 2019 18:22:43 -0400 Subject: changelog, source.mk: New upstream version Upstream now uses xz. --- diff --git a/changelog b/changelog index f6aeb90..909a659 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +fakeroot (1.23-1) trunk + + * New upstream version. + + -- Patrick McDermott Fri, 31 May 2019 17:59:56 -0400 + fakeroot (1.18.4-1) trunk * New upstream version. diff --git a/control b/control index b153f2a..01373e1 100644 --- a/control +++ b/control @@ -1,3 +1,3 @@ Maintainer: "P. J. McDermott" -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 diff --git a/source.mk b/source.mk index 2f3ed55..ea7d0b2 100644 --- a/source.mk +++ b/source.mk @@ -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)' -- cgit v0.9.1