summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit1647b94fdd20a17eb279bdf9233378489e9e8061 (patch)
tree7742d34a12a298c0af52ccd0867cec1e72b745b3
parentb4e84f248be6634c8b6991f7880272440f5b9f4f (diff)
changelog, source.mk: New upstream version
Upstream now uses xz.
-rw-r--r--changelog6
-rw-r--r--control2
-rw-r--r--source.mk4
3 files changed, 9 insertions, 3 deletions
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 <patrick.mcdermott@libiquity.com> 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" <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
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)'