Difference between revisions of "Updating PPA"
Jump to navigation
Jump to search
(Created page with "Ensure LUA_DEFAULT_PATH is set to what it needs to be (DEFINES += LUA_DEFAULT_PATH=\\\"/usr/share/games/mudlet/lua\\\") 2034 curl -O http://archive.ubuntu.com/ubuntu/pool/u...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | To update Ubuntu PPA: | ||
+ | |||
Ensure LUA_DEFAULT_PATH is set to what it needs to be (DEFINES += LUA_DEFAULT_PATH=\\\"/usr/share/games/mudlet/lua\\\") | Ensure LUA_DEFAULT_PATH is set to what it needs to be (DEFINES += LUA_DEFAULT_PATH=\\\"/usr/share/games/mudlet/lua\\\") | ||
− | + | curl -O http://archive.ubuntu.com/ubuntu/pool/universe/m/mudlet/mudlet_3.0.0~rc7iota-1.dsc | |
− | + | curl -O http://archive.ubuntu.com/ubuntu/pool/universe/m/mudlet/mudlet_3.0.0~rc7iota.orig.tar.xz | |
− | + | curl -O http://archive.ubuntu.com/ubuntu/pool/universe/m/mudlet/mudlet_3.0.0~rc7iota-1.debian.tar.xz | |
− | + | dpkg-source -x mudlet_3.0.0~rc7iota-1.dsc | |
− | + | cd mudlet-3.0.0~rc7iota/ | |
− | + | file ../mudlet_3.0.0.orig.tar.xz | |
− | + | uupdate ../mudlet_3.0.0.orig.tar.xz -v 3.0.0-1ppa1 | |
− | + | cd ../mudlet-3.0.0-1ppa1 | |
− | + | nano debian/patches/series | |
− | + | cat CMakeLists.txt | |
− | + | quilt push | |
− | + | quilt refresh | |
− | + | quilt push | |
− | + | quilt refresh | |
− | + | quilt push | |
− | + | quilt refresh | |
− | + | quilt push | |
− | + | quilt refresh | |
− | + | quilt push | |
− | + | quilt pop -a | |
− | + | quilt push -a | |
− | + | quilt pop -a | |
− | + | dch -e | |
− | + | debuild -S -sa | |
− | + | dput ppa:vperetokin/ppa mudlet<tab> |
Latest revision as of 17:52, 13 April 2017
To update Ubuntu PPA:
Ensure LUA_DEFAULT_PATH is set to what it needs to be (DEFINES += LUA_DEFAULT_PATH=\\\"/usr/share/games/mudlet/lua\\\")
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/m/mudlet/mudlet_3.0.0~rc7iota-1.dsc curl -O http://archive.ubuntu.com/ubuntu/pool/universe/m/mudlet/mudlet_3.0.0~rc7iota.orig.tar.xz curl -O http://archive.ubuntu.com/ubuntu/pool/universe/m/mudlet/mudlet_3.0.0~rc7iota-1.debian.tar.xz dpkg-source -x mudlet_3.0.0~rc7iota-1.dsc cd mudlet-3.0.0~rc7iota/ file ../mudlet_3.0.0.orig.tar.xz uupdate ../mudlet_3.0.0.orig.tar.xz -v 3.0.0-1ppa1 cd ../mudlet-3.0.0-1ppa1 nano debian/patches/series cat CMakeLists.txt quilt push quilt refresh quilt push quilt refresh quilt push quilt refresh quilt push quilt refresh quilt push quilt pop -a quilt push -a quilt pop -a dch -e debuild -S -sa dput ppa:vperetokin/ppa mudlet<tab>