diff --git a/debian/README.Debian b/debian/README.Debian index 0e61580f..4b724816 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -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; * 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, - 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: diff --git a/debian/control b/debian/control index 420468b8..bf156331 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 7.0.50~), libpng-dev (>= 1.2.7), zlib1g-dev, libgme-dev, -#libglu1-dev | libglu-dev, -#libosmesa6-dev | libgl-dev, + libglu1-dev | libglu-dev, + libosmesa6-dev | libgl-dev, nasm [i386] Standards-Version: 3.8.4 Homepage: http://www.srb2.org diff --git a/debian/docs b/debian/docs index b43bf86b..dba2cd4c 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,4 @@ README.md +assets/README.txt +assets/LICENSE.txt +assets/LICENSE-3RD-PARTY.txt