mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 01:59:20 +01:00
fixup debian packaging scripts
This commit is contained in:
parent
852a4333f9
commit
b2028e7e98
@ -1,3 +1,9 @@
|
||||
v5.0.2:
|
||||
- remove MKWIIMM_GAME_LANG from patchimage.rc (sets the language
|
||||
for the patcher only, so not required at all) Thanks @Leseratte
|
||||
for the hint.
|
||||
- fixup debian packaging scripts
|
||||
|
||||
v5.0.1:
|
||||
- fix bug in mario kart wiimm items (did not properly work)
|
||||
|
||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,8 @@
|
||||
patchimage (5.0.1-1nano) unstable; urgency=low
|
||||
patchimage (5.0.2-1nano) unstable; urgency=low
|
||||
|
||||
* new upstream stable release
|
||||
|
||||
-- Christopher Roy Bratusek <nano@tuxfamily.org> Sun, 18 May 2014 09:03:04 +0200
|
||||
-- Christopher Roy Bratusek <nano@jpberlin.de> Mon, 19 May 2014 21:40:22 +0200
|
||||
|
||||
patchimage (4.0-1nano) unstable; urgency=low
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
||||
Source: patchimage
|
||||
Section: games
|
||||
Priority: extra
|
||||
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de
|
||||
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de>
|
||||
Build-Depends: debhelper (>= 8), make
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://nanolx.org/nanolx/patchimage
|
||||
|
4
debian/docs
vendored
4
debian/docs
vendored
@ -1,3 +1 @@
|
||||
GAMEIDS
|
||||
README
|
||||
README.RC
|
||||
README*
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,4 +4,4 @@
|
||||
export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@
|
||||
|
@ -491,7 +491,7 @@ while [[ $xcount -lt $pcount ]]; do
|
||||
;;
|
||||
|
||||
--help | -h )
|
||||
echo -e "patchimage 5.0 (2014-05-18)
|
||||
echo -e "patchimage 5.0.2 (2014-05-19)
|
||||
|
||||
(c) 2013-2014 Christopher Roy Bratusek <nano@jpberlin.de>
|
||||
patchimage creates wbfs images from riivolution patches.
|
||||
|
@ -99,7 +99,7 @@ build_mkwiimm () {
|
||||
cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/
|
||||
|
||||
if [[ ${MKWIIMM_GAME_LANG} && ${MKWIIMM_MSG_LANG} && ${MKWIIMM_OWN_SAVE} ]]; then
|
||||
echo "LANGUAGE=${MKWIIMM_GAME_LANG}
|
||||
echo "LANGUAGE=de
|
||||
MSGLANG=${MKWIIMM_MSG_LANG}
|
||||
ISOMODE=wbfs
|
||||
SPLITISO=
|
||||
|
Loading…
Reference in New Issue
Block a user