Skip to content

Commit

Permalink
MiNTBin: Upgrade to version Git-20201129
Browse files Browse the repository at this point in the history
  • Loading branch information
vinriviere committed Nov 27, 2024
1 parent 3f66689 commit 2ff70ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 6 additions & 0 deletions mintbin-m68k-atari-mint/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mintbin-m68k-atari-mint (0.3-qGit-20230913-1) unstable; urgency=low

* Upgrade to version Git-20230913.

-- Vincent Riviere <[email protected]> Wed, 27 Nov 2024 17:47:48 +0100

mintbin-m68k-atari-mint (0.3-qCVS-20110527-3) unstable; urgency=low

* Upgrade to debhelper 10.
Expand Down
11 changes: 2 additions & 9 deletions mintbin-m68k-atari-mint/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)

tarball := $(wildcard mintbin-*.tar.gz)
tarball := $(wildcard mintbin-*.tar.*)

srcdir := $(shell echo $(tarball) | sed -e 's/\.tar\..*//')

Expand All @@ -21,7 +21,7 @@ unpack: unpack-stamp
unpack-stamp:
dh_testdir

tar zxf $(tarball)
tar xf $(tarball)
mkdir build

touch unpack-stamp
Expand All @@ -32,8 +32,6 @@ configure-stamp: unpack-stamp

cd build && \
../$(srcdir)/configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--build=$(DEB_BUILD_GNU_TYPE) \
--host=$(DEB_HOST_GNU_TYPE) \
--target=m68k-atari-mint \
Expand All @@ -59,12 +57,7 @@ install: build
$(MAKE) install DESTDIR=$(D)

# Cleanup the binary tree
rm $(D)/m68k-atari-mint-*
rm -r $(D)/usr/share/info
mkdir $(D)/usr/bin
mv $(D)/usr/m68k-atari-mint/bin/* $(D)/usr/bin
rmdir $(D)/usr/m68k-atari-mint/bin
rm -r $(D)/usr/m68k-atari-mint

clean:
dh_testdir
Expand Down
Binary file removed mintbin-m68k-atari-mint/mintbin-CVS-20110527.tar.gz
Binary file not shown.
Binary file not shown.

0 comments on commit 2ff70ed

Please sign in to comment.