mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Main deb tweaks
This commit is contained in:
parent
e7ae21a61c
commit
5599fe61a5
3 changed files with 6 additions and 3 deletions
2
debian/README.Debian
vendored
2
debian/README.Debian
vendored
|
@ -34,7 +34,7 @@ Use these steps to prepare building a source package for Launchpad:
|
||||||
2. git reset --hard; git clean -fd; git clean -fx;
|
2. git reset --hard; git clean -fd; git clean -fx;
|
||||||
* Resets your repo folder to a committed state and removes untracked files
|
* Resets your repo folder to a committed state and removes untracked files
|
||||||
* If you built srb2-data in the assets/ folder, MAKE SURE THAT FOLDER DOES NOT HAVE ASSETS,
|
* If you built srb2-data in the assets/ folder, MAKE SURE THAT FOLDER DOES NOT HAVE ASSETS,
|
||||||
OR THEY WILL BE INCLUDED IN THE MAIN SOURCE PACKAGE!
|
OR THEY MAY BE INCLUDED IN THE MAIN SOURCE PACKAGE!
|
||||||
|
|
||||||
Building the source package takes just one step:
|
Building the source package takes just one step:
|
||||||
|
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||||
libpng-dev (>= 1.2.7),
|
libpng-dev (>= 1.2.7),
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
libgme-dev,
|
libgme-dev,
|
||||||
#libglu1-dev | libglu-dev,
|
libglu1-dev | libglu-dev,
|
||||||
#libosmesa6-dev | libgl-dev,
|
libosmesa6-dev | libgl-dev,
|
||||||
nasm [i386]
|
nasm [i386]
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Homepage: http://www.srb2.org
|
Homepage: http://www.srb2.org
|
||||||
|
|
3
debian/docs
vendored
3
debian/docs
vendored
|
@ -1 +1,4 @@
|
||||||
README.md
|
README.md
|
||||||
|
assets/README.txt
|
||||||
|
assets/LICENSE.txt
|
||||||
|
assets/LICENSE-3RD-PARTY.txt
|
||||||
|
|
Loading…
Reference in a new issue