DEBIAN: Update package definition

This commit is contained in:
Pawel Kolodziejski
2019-06-02 21:43:10 +02:00
parent eb23bd8bbc
commit 4aa052cb9f
4 changed files with 13 additions and 23 deletions
-5
View File
@@ -1,5 +0,0 @@
residualvm (0.3.0~git-1) unstable; urgency=low
* Daily snapshot build.
-- Pawel Kolodziejski <aquadran@residualvm.org>
+6 -4
View File
@@ -4,13 +4,15 @@ Priority: optional
Maintainer: Pawel Kolodziejski <aquadran@residualvm.org>
Build-Depends: debhelper (>= 9)
,libasound2-dev [linux-any]
,libgl1-mesa-dev
,libsdl1.2-dev
,libsdl2-dev
,libmad0-dev
,libz-dev
,libmpeg2-4-dev
,libjpeg-dev
,python
,libjpeg62-turbo-dev
,libogg-dev
,libvorbis-dev
,libglew-dev
,libfreetype6-dev
Standards-Version: 3.9.5
Homepage: http://www.residualvm.org
+6 -13
View File
@@ -1,21 +1,14 @@
#! /bin/sh
# This simple script is called from the upstream makefile whenever someone
# calls "make deb". It adds a changelog entry to the top of debian/changelog
# so that the version number is correct.
rm -rf debian
cp -R dists/debian debian
VERSION=`cat base/internal_version.h | grep SCUMMVM_VERSION | cut -d\" -f2`-`date +%Y%m%d`
USERNAME=`whoami`
GECOS=`getent passwd $USERNAME | awk '-F[,:]' '{print $5}'`
DOMAIN=`hostname --fqdn`
VERSION=`cat base/internal_version.h | grep SCUMMVM_VERSION | cut -d\" -f2`
DATE=`date -R`
cat << __eof > debian/changelog
residualvm ($VERSION) experimental; urgency=low
echo "residualvm ($VERSION) stable; urgency=low
* GIT snapshot.
Build-date: $DATE
* Build-date: $DATE
Please don't file bugs you find in this package in the Debian Bug Tracking
system, use the ResidualVM team's own bug tracker instead. You can find this
@@ -23,4 +16,4 @@ residualvm ($VERSION) experimental; urgency=low
-- Pawel Kolodziejski <aquadran@residualvm.org> $DATE
__eof
" > debian/changelog
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
dh $@ --parallel --max-parallel=4
dh $@ --parallel --max-parallel=`nproc`
ifeq ($(DEB_BUILD_ARCH_OS),hurd)
ARCH_OPTS:= --disable-alsa