From 5599fe61a506e852427bca2a9192988a9097e19e Mon Sep 17 00:00:00 2001 From: mazmazz Date: Tue, 27 Nov 2018 01:17:34 -0500 Subject: [PATCH] Main deb tweaks --- debian/README.Debian | 2 +- debian/control | 4 ++-- debian/docs | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 0e61580f0..4b724816e 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 420468b82..bf1563317 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 b43bf86b5..dba2cd4c8 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,4 @@ README.md +assets/README.txt +assets/LICENSE.txt +assets/LICENSE-3RD-PARTY.txt