Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lintian Messages Reduced / Package checker bug fixed / PS3 hotplug support improved #151

Merged
merged 17 commits into from
Nov 24, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build retrorig-setup 0.9.7.2 (reduced Lintian messages)
  • Loading branch information
beaumanvienna committed Nov 19, 2014
commit 07a3f359e3f8b2b0bb4824ce1e26abf0b35770b4
11 changes: 3 additions & 8 deletions supplemental/build-retrorig-setup-ppa.sh
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ BASE=0.9.7
# In this case, this level will be used to denote incremental changes
# instead of a specific branch for now (beta/master only exist at the
# momement).
PL=1.3
PL=2

#choose user
#user="pk"
@@ -78,7 +78,7 @@ if [ "$user" == "jc" ]; then
CHANGE_TEXT="Lintian messages reduced"

#define uploader, date and time zone for changelog
uploader_date="Jens-Christian Lache <jc.lache@web.de> Sun, 16 Nov 2014 16:00:00 +0100"
uploader_date="Jens-Christian Lache <jc.lache@web.de> Wed, 19 Nov 2014 20:30:00 +0100"

#define package maintainer for dsc and control file
pkgmaintainer="RetroRig Development Team <jc.lache@gmail.com>"
@@ -182,9 +182,7 @@ SRC_FOLDER=retrorig-setup-$BASE.$PL

echo "cloning repository"

echo "################# DEBUG #################"
#git clone $source_reprository
cp -r ~/tmp/RetroRig .
git clone $source_reprository

file RetroRig/

@@ -203,9 +201,6 @@ cd $SRC_FOLDER
git checkout $BRANCH
git pull

echo "################# DEBUG #################"
cp ~/RetroRig/supplemental/retrorig-setup/retrorig-setup.7 supplemental/retrorig-setup/

mkdir -p debian/source

echo "changelog"