[icebreaker] branch master created (now 992eb6f)

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a change to branch master
in repository icebreaker.

at  992eb6f   Update changelog for release 1.21-12

This branch includes the following new commits:

   new  b75bc13   1.21
   new  77bcc49   1.21-4
   new  79fee3f   1.21-5
   new  80a5821   1.21-6
   new  2321140   1.21-7
   new  4cc12c0   1.21-8
   new  1b59b92   1.21-9
   new  2454008   1.21-10
   new  b8cac20   changelog: start new release
   new  49c68a9   document git repository location
   new  3954163   1.21-11
   new  ee2a1c3   1.21-11ubuntu1 Fix a buffer overflow in options.c
   new  508debd   1.21-11ubuntu2 Debhelper compatibility
   new  a6257cb   Merge branch 'ubuntu'
   new  85c0502   Start new changelog entry 1.21-12
   new  0f6317b   Change maintainer to Debian Games Team
   new  6dc88a7   Move homepage from description to Homepage-field
   new  05447a5   Add debhelper ${misc:Depends} to Depends
   new  919593c   Modernize Debian packaging (policy 4.0.1, dh10)
   new  6401e5f   Make Makefile respect CC, CFLAGS, LDFLAGS and SDLCONFIG
   new  5aec40b   Add copyright to changelog and fix GPL typo
   new  992eb6f   Update changelog for release 1.21-12

The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 02/22: 1.21-4

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 77bcc49ed3fb13c61d717b5cb6433a41d2c6a15f
Author: Adrian Bunk 
Date:   Wed Sep 12 09:02:50 2007 -0600

1.21-4
---
 Makefile  | 16 ++--
 debian/changelog  | 62 
 debian/control| 25 ++
 debian/copyright  | 11 
 debian/dirs   |  3 +++
 debian/menu   |  2 ++
 debian/postinst   | 56 
 debian/postrm | 42 ++
 debian/rules  | 77 +++
 icebreaker.h  |  2 +-
 icebreaker.man.in |  2 +-
 11 files changed, 288 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index a72e9ac..f52e411 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ ifndef mandir
 endif
 
 ifndef highscoredir
-  highscoredir=/var/local/lib/games
-  #highscoredir=/var/lib/games
+#  highscoredir=/var/local/lib/games
+  highscoredir=/var/games
 endif
 
 ifndef OPTIMIZE
@@ -103,14 +103,14 @@ man: icebreaker.6
   sed 's/\$$VERDATE/$(VERDATE)/' > $@
 
 install: all
-   mkdir -p $(prefix)/bin
-   mkdir -p $(prefix)/share/icebreaker
-   mkdir -p $(highscoredir)
-   mkdir -p $(mandir)/man6
+#  mkdir -p $(prefix)/bin
+#  mkdir -p $(prefix)/share/icebreaker
+#  mkdir -p $(highscoredir)
+#  mkdir -p $(mandir)/man6
 
install -m 644 *.wav *.bmp $(prefix)/share/icebreaker
-   install -g games -s -m 2755 icebreaker $(prefix)/bin
-   install -m 644 icebreaker.6 $(mandir)/man6
+   install -g games -s -m 2755 icebreaker $(prefix)/games
+#  install -m 644 icebreaker.6 $(mandir)/man6
touch $(highscoredir)/icebreaker.scores
chown games:games $(highscoredir)/icebreaker.scores
chmod 664 $(highscoredir)/icebreaker.scores
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..692ec07
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,62 @@
+icebreaker (1.21-4) unstable; urgency=low
+
+  * Orphaned this package.
+
+ -- Adrian Bunk   Fri, 25 Jan 2002 12:52:44 +0100
+
+icebreaker (1.21-3) unstable; urgency=high
+
+  * Move the highscore file from /var/lib/games to /var/games.
+(closes: #115854)
+
+ -- Adrian Bunk   Sat, 17 Nov 2001 18:32:12 +0100
+
+icebreaker (1.21-2) unstable; urgency=high
+
+  * Versioned the build dependency on libsdl-mixer1.2-dev to
+ensure that the package gets built with the new SDL packages.
+
+ -- Adrian Bunk   Mon, 15 Oct 2001 20:34:16 +0200
+
+icebreaker (1.21-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Adrian Bunk   Sun, 12 Aug 2001 19:14:56 +0200
+
+icebreaker (1.10-1) unstable; urgency=low
+
+  * New upstream release.
+- This release includes a man page. (closes: #87143)
+
+ -- Adrian Bunk   Mon, 23 Jul 2001 13:13:01 +0200
+
+icebreaker (1.09-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Adrian Bunk   Wed, 18 Jul 2001 23:18:31 +0200
+
+icebreaker (1.0-3) unstable; urgency=low
+
+  * Rebuild with libsdl1.2 .
+
+ -- Adrian Bunk   Tue,  1 May 2001 11:06:04 +0200
+
+icebreaker (1.0-2) unstable; urgency=medium
+
+  * Rebuild to get icebreaker linked with the right libsdl-mixer
+library. (closes: #79835)
+  * Removed some obsolete build dependencies.
+
+ -- Adrian Bunk   Sun, 17 Dec 2000 20:16:14 +0100
+
+icebreaker (1.0-1) unstable; urgency=low
+
+  * Initial Release. (closes: #74356)
+
+ -- Adrian Bunk   Sat, 18 Nov 2000 02:45:10 +0100
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..e86c94f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: icebreaker
+Section: games
+Priority: optional
+Maintainer: Debian QA Group 
+Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
+Standards-Version: 3.1.1
+
+Package: icebreaker
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Break the iceberg
+ So, uh, there's a bunch of penguins on an iceberg in Antarctica. You have
+ been selected to catch them so they can be shipped to Finland, where they
+ are essential to a secret plot for world domination.
+ .
+ In order to trap the penguins, you'll need to break the iceberg into small
+ chunks. (They're afraid of water, for no apparent reason. Ah well. "The
+ Matrix" had more plot holes than this, and it still was a hit.) You do
+ this by melting lines in the ice with Special High-Tech GNU Tools.
+ .
+ Once 80% or more of the iceberg is gone, the remaining chunks are small
+ enough for shipping. Of course, if you manage to get rid of more than
+ that, you'll save on postage, thus earning you exponential amounts of Geek
+ Cred (a.k.a. 

[icebreaker] 03/22: 1.21-5

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 79fee3f63d46e4902e5a9bc4dfbc549073664b75
Author: LaMont Jones 
Date:   Wed Sep 12 09:06:29 2007 -0600

1.21-5
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 692ec07..246ea1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-5) unstable; urgency=low
+
+  * New maintainer.  Closes: #130825
+
+ -- LaMont Jones   Mon, 28 Jan 2002 16:30:34 -0700
+
 icebreaker (1.21-4) unstable; urgency=low
 
   * Orphaned this package.
diff --git a/debian/control b/debian/control
index e86c94f..185962b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: icebreaker
 Section: games
 Priority: optional
-Maintainer: Debian QA Group 
+Maintainer: LaMont Jones 
 Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
 Standards-Version: 3.1.1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 04/22: 1.21-6

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 80a5821bd3ead817c19f194654d4c33dc852ed0a
Author: LaMont Jones 
Date:   Wed Sep 12 09:06:41 2007 -0600

1.21-6
---
 debian/changelog | 6 ++
 debian/postinst  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 246ea1e..505eabc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-6) unstable; urgency=low
+
+  * Fix typos in postinst.  Closes: #133104.
+
+ -- LaMont Jones   Sat,  9 Feb 2002 13:30:16 -0700
+
 icebreaker (1.21-5) unstable; urgency=low
 
   * New maintainer.  Closes: #130825
diff --git a/debian/postinst b/debian/postinst
index fbb9bec..e102043 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -25,7 +25,7 @@ set -e
 case "$1" in
 configure)
 
-if [ -a /var/lib/games/icebreaker.scores -a ! -a 
/var/games/icebreaker.scores ]; then
+if [ -f /var/lib/games/icebreaker.scores -a ! -f 
/var/games/icebreaker.scores ]; then
mv /var/lib/games/icebreaker.scores /var/games/icebreaker.scores
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 17/22: Move homepage from description to Homepage-field

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 6dc88a7b30441c99b59ee0e730be7528287c206a
Author: Andreas Gnau 
Date:   Thu Aug 10 18:14:01 2017 -0400

Move homepage from description to Homepage-field
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7ff4771..1c63aa5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), libsdl-mixer1.2-dev (>= 
1.2.0-1.1)
 Standards-Version: 3.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/icebreaker.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/icebreaker.git
+Homepage: https://mattdm.org/icebreaker/
 
 Package: icebreaker
 Architecture: any
@@ -26,6 +27,4 @@ Description: Break the iceberg
  enough for shipping. Of course, if you manage to get rid of more than
  that, you'll save on postage, thus earning you exponential amounts of Geek
  Cred (a.k.a. "score").
- .
- See also http://www.mattdm.org/icebreaker/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 08/22: 1.21-10

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 2454008cec19be2d982e1bdadd9c1fa0bfebb17d
Author: LaMont Jones 
Date:   Wed Sep 12 09:10:48 2007 -0600

1.21-10
---
 debian/changelog | 15 +++
 debian/control   |  2 ++
 hiscore.c|  8 
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf44362..8488c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+icebreaker (1.21-10) unstable; urgency=low
+
+  * Acknowledge NMU.  Closes: #297644
+  * Add link to project page to description.  Closes: #348279
+
+ -- LaMont Jones   Wed, 26 Apr 2006 17:49:15 -0600
+
+icebreaker (1.21-9.1) unstable; urgency=low
+
+  * NMU
+  * Patch from Ulf Härnhammar to fix format string vulnerability.
+Closes: #297644
+
+ -- Joey Hess   Mon, 17 Oct 2005 17:46:50 -0400
+
 icebreaker (1.21-9) unstable; urgency=low
 
   * Add menu icon.  Closes: #275641
diff --git a/debian/control b/debian/control
index 185962b..77aff7b 100644
--- a/debian/control
+++ b/debian/control
@@ -22,4 +22,6 @@ Description: Break the iceberg
  enough for shipping. Of course, if you manage to get rid of more than
  that, you'll save on postage, thus earning you exponential amounts of Geek
  Cred (a.k.a. "score").
+ .
+ See also http://www.mattdm.org/icebreaker/
 
diff --git a/hiscore.c b/hiscore.c
index 02fa188..95770e6 100644
--- a/hiscore.c
+++ b/hiscore.c
@@ -83,7 +83,7 @@ void readhiscores()
// ok, so now, we can copy things over in the proper sorted order
for (i=0;i

[icebreaker] 09/22: changelog: start new release

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit b8cac202278ff0edccf5fd3224ca81bc9fca4aec
Author: LaMont Jones 
Date:   Wed Sep 12 09:12:58 2007 -0600

changelog: start new release
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8488c4c..651082f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+icebreaker (1.21-11) unstable-UNRELEASED; urgency=low
+
+  * Start new release
+  * DO NOT EDIT: changelog is built from commit messages
+
+ -- LaMont Jones   Wed, 12 Sep 2007 09:12:56 -0600
+
 icebreaker (1.21-10) unstable; urgency=low
 
   * Acknowledge NMU.  Closes: #297644

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 16/22: Change maintainer to Debian Games Team

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 0f6317b6f19cd97b6c3c9ae638fb0a11a46fd62d
Author: Andreas Gnau 
Date:   Thu Aug 10 17:28:20 2017 -0400

Change maintainer to Debian Games Team

Also change the GIT-repository accordingly.
---
 debian/control | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a94cd08..7ff4771 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
 Source: icebreaker
 Section: games
 Priority: optional
-Maintainer: LaMont Jones 
+Maintainer: Debian Games Team 
+Uploaders:
+Andreas Gnau 
 Build-Depends: debhelper (>= 9), libsdl-mixer1.2-dev (>= 1.2.0-1.1)
 Standards-Version: 3.1.1
-XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/icebreaker.git
-XS-Vcs-Git: git://git.debian.org/~lamont/icebreaker.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/icebreaker.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/icebreaker.git
 
 Package: icebreaker
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 10/22: document git repository location

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 49c68a980f43ff6959ef601cc9c2737ec18d0228
Author: LaMont Jones 
Date:   Wed Sep 12 09:13:55 2007 -0600

document git repository location
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 77aff7b..79c0f98 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: LaMont Jones 
 Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
 Standards-Version: 3.1.1
+XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/icebreaker.git
+XS-Vcs-Git: git://git.debian.org/~lamont/icebreaker.git
 
 Package: icebreaker
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 14/22: Merge branch 'ubuntu'

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit a6257cb8ce500af801ff4a114b203d2315726038
Merge: 3954163 508debd
Author: Andreas Gnau 
Date:   Thu Aug 10 16:25:22 2017 -0400

Merge branch 'ubuntu'

 debian/changelog | 14 ++
 debian/compat|  1 +
 debian/control   |  2 +-
 debian/rules |  3 ---
 options.c|  4 ++--
 5 files changed, 18 insertions(+), 6 deletions(-)

diff --cc debian/control
index 79c0f98,9608ac2..a94cd08
--- a/debian/control
+++ b/debian/control
@@@ -1,8 -1,9 +1,8 @@@
  Source: icebreaker
  Section: games
  Priority: optional
 -Maintainer: Ubuntu Developers 
 -XSBC-Original-Maintainer: LaMont Jones 
 +Maintainer: LaMont Jones 
- Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
+ Build-Depends: debhelper (>= 9), libsdl-mixer1.2-dev (>= 1.2.0-1.1)
  Standards-Version: 3.1.1
  XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/icebreaker.git
  XS-Vcs-Git: git://git.debian.org/~lamont/icebreaker.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 15/22: Start new changelog entry 1.21-12

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 85c0502032c2469f772ae9e1df4349b8fb681726
Author: Andreas Gnau 
Date:   Thu Aug 10 17:02:20 2017 -0400

Start new changelog entry 1.21-12
---
 debian/changelog | 13 +
 1 file changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d2a8969..f5e8b60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+icebreaker (1.21-12) unstable-UNRELEASED; urgency=medium
+
+  * Merge Ubuntu changes:
+[Alexander Faithfull]
+- Fixed a buffer overflow in options.c that caused a crash on startup.
+
+[Logan Rosen]
+- debian/rules: Remove legacy DH_COMPAT export.
+- debian/compat: Specify compatibility level of 9.
+- debian/control: Build-depend on debhelper (>= 9).
+
+ -- Andreas Gnau   Thu, 10 Aug 2017 16:56:40 -0400
+
 icebreaker (1.21-11ubuntu2) xenial; urgency=medium
 
   * debian/rules: Remove legacy DH_COMPAT export.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 19/22: Modernize Debian packaging (policy 4.0.1, dh10)

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 919593c9e3dd2522a36f9a540315471a8a3bfa0f
Author: Andreas Gnau 
Date:   Thu Aug 10 18:26:29 2017 -0400

Modernize Debian packaging (policy 4.0.1, dh10)

* Bump debhelper compat level to 10
* Bump policy to 4.0.1 and remove menu-file
* Move to 3.0 source-format
---
 debian/compat  |  2 +-
 debian/control |  4 +--
 debian/icebreaker.docs |  2 ++
 debian/icebreaker.install  |  2 ++
 debian/icebreaker.manpages |  1 +
 debian/menu|  3 --
 debian/rules   | 89 --
 debian/source/format   |  1 +
 debian/source/options  |  1 +
 9 files changed, 25 insertions(+), 80 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 81bc519..a041ffe 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Games Team 
 Uploaders:
 Andreas Gnau 
-Build-Depends: debhelper (>= 9), libsdl-mixer1.2-dev (>= 1.2.0-1.1)
-Standards-Version: 3.1.1
+Build-Depends: debhelper (>= 10), libsdl-mixer1.2-dev (>= 1.2.0-1.1)
+Standards-Version: 4.0.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/icebreaker.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/icebreaker.git
 Homepage: https://mattdm.org/icebreaker/
diff --git a/debian/icebreaker.docs b/debian/icebreaker.docs
new file mode 100644
index 000..724e084
--- /dev/null
+++ b/debian/icebreaker.docs
@@ -0,0 +1,2 @@
+README
+TODO
diff --git a/debian/icebreaker.install b/debian/icebreaker.install
new file mode 100644
index 000..ee93e4f
--- /dev/null
+++ b/debian/icebreaker.install
@@ -0,0 +1,2 @@
+icebreaker.desktop usr/share/applications
+debian/icebreaker_48.xpm usr/share/pixmaps
diff --git a/debian/icebreaker.manpages b/debian/icebreaker.manpages
new file mode 100644
index 000..d618073
--- /dev/null
+++ b/debian/icebreaker.manpages
@@ -0,0 +1 @@
+icebreaker.6
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index be6202f..000
--- a/debian/menu
+++ /dev/null
@@ -1,3 +0,0 @@
-?package(icebreaker):needs=X11 section=Games/Arcade\
-  title="icebreaker" command="/usr/games/icebreaker"\
-  icon="/usr/share/icebreaker/icebreaker_48.bmp"
diff --git a/debian/rules b/debian/rules
index 88483d0..be73f12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,79 +1,20 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+#export DH_VERBOSE = 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+   dh $@  
 
-configure: configure-stamp
-configure-stamp:
-   dh_testdir
-   # Add here commands to configure the package.
+override_dh_auto_build:
+   dh_auto_build -- prefix=/usr highscoredir=/var/games
 
-   touch configure-stamp
+override_dh_auto_install:
+   dh_auto_install -- prefix=$(CURDIR)/debian/icebreaker/usr 
highscoredir=$(CURDIR)/debian/icebreaker/var/games
+   rm $(CURDIR)/debian/icebreaker/var/games/icebreaker.scores
 
-build: configure-stamp build-stamp
-build-stamp:
-   dh_testdir
-
-   # Add here commands to compile the package.
-   $(MAKE) prefix=/usr highscoredir=/var/games
-
-   touch build-stamp
-
-clean:
-   dh_testdir
-   dh_testroot
-   rm -f build-stamp configure-stamp
-
-   # Add here commands to clean up after the build process.
-   rm -f *.d
-   -$(MAKE) clean
-   rm -f *.d
-   dh_clean
-
-install: build
-   dh_testdir
-   dh_testroot
-   dh_clean -k
-   dh_installdirs
-
-   $(MAKE) install prefix=`pwd`/debian/icebreaker/usr 
highscoredir=`pwd`/debian/icebreaker/var/games
-   rm `pwd`/debian/icebreaker/var/games/icebreaker.scores
-
-   install -d debian/icebreaker/usr/share/pixmaps
-   install -d debian/icebreaker/usr/share/applications
-   install -m644 debian/icebreaker_48.xpm 
debian/icebreaker/usr/share/pixmaps
-   install -m644 icebreaker.desktop 
debian/icebreaker/usr/share/applications
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-#  dh_testversion
-   dh_testdir
-   dh_testroot
-#  dh_installdebconf   
-   dh_installdocs README TODO
-   dh_installexamples
-   dh_installmenu
-   dh_installmanpages
-#  dh_installinfo
-   dh_undocumented
-   dh_installchangelogs ChangeLog
-#  

[icebreaker] 05/22: 1.21-7

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 23211401113e77a5fbf08264a98e9dc43c2436c4
Author: LaMont Jones 
Date:   Wed Sep 12 09:06:49 2007 -0600

1.21-7
---
 Makefile | 4 ++--
 debian/changelog | 6 ++
 debian/rules | 2 +-
 icebreaker.h | 2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index f52e411..c64ad37 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ ifndef mandir
 endif
 
 ifndef highscoredir
-#  highscoredir=/var/local/lib/games
-  highscoredir=/var/games
+  highscoredir=/var/local/lib/games
+  #highscoredir=/var/lib/games
 endif
 
 ifndef OPTIMIZE
diff --git a/debian/changelog b/debian/changelog
index 505eabc..2f9c3e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-7) unstable; urgency=low
+
+  * remove unnecessary diffs from upstream.
+
+ -- LaMont Jones   Thu, 23 May 2002 10:37:21 -0600
+
 icebreaker (1.21-6) unstable; urgency=low
 
   * Fix typos in postinst.  Closes: #133104.
diff --git a/debian/rules b/debian/rules
index 2793c4e..ec389da 100644
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ build-stamp:
dh_testdir
 
# Add here commands to compile the package.
-   $(MAKE) prefix=/usr
+   $(MAKE) prefix=/usr highscoredir=/var/games
 
touch build-stamp
 
diff --git a/icebreaker.h b/icebreaker.h
index 00f85af..fb2cd93 100644
--- a/icebreaker.h
+++ b/icebreaker.h
@@ -26,7 +26,7 @@
 
 
 #ifndef HISCOREPREFIX
-#define HISCOREPREFIX "/var/games"
+#define HISCOREPREFIX "/var/lib/games"
 #endif
 
 #define HISCOREFILE "icebreaker.scores"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 11/22: 1.21-11

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 3954163982673657476a16883043cd9438757e04
Author: LaMont Jones 
Date:   Thu Nov 8 21:04:59 2007 -0700

1.21-11

Changes retrieved from Debian soúrce package, because GIT commit was
missing.
---
 Makefile |   2 +-
 debian/changelog |  24 --
 debian/icebreaker_48.xpm | 121 +++
 debian/rules |   5 ++
 icebreaker.desktop   |   9 ++--
 5 files changed, 153 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index c64ad37..f0f139b 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ install: all
 #  mkdir -p $(mandir)/man6
 
install -m 644 *.wav *.bmp $(prefix)/share/icebreaker
-   install -g games -s -m 2755 icebreaker $(prefix)/games
+   install -g games -m 2755 icebreaker $(prefix)/games
 #  install -m 644 icebreaker.6 $(mandir)/man6
touch $(highscoredir)/icebreaker.scores
chown games:games $(highscoredir)/icebreaker.scores
diff --git a/debian/changelog b/debian/changelog
index 651082f..f91502d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,25 @@
-icebreaker (1.21-11) unstable-UNRELEASED; urgency=low
+icebreaker (1.21-11) unstable; urgency=low
 
-  * Start new release
-  * DO NOT EDIT: changelog is built from commit messages
+  [Barry deFreese]
 
- -- LaMont Jones   Wed, 12 Sep 2007 09:12:56 -0600
+  * Merge Ubuntu changes.  Closes: #376907
+- Add xpm icon file from Aaron Whitehouse.
+- Fix up desktop file and install in proper location.
+
+  [LaMont Jones]
+
+  * document git repository location
+  * Makefile: do not strip binary in Makefile.  Closes: #437185
+
+ -- LaMont Jones   Thu, 08 Nov 2007 21:04:59 -0700
+
+icebreaker (1.21-10ubuntu1) edgy; urgency=low
+
+  * Re-sync with Debian
+  * Fix up desktop file and install in proper location.
+  * Add xpm icon file from Aaron Whitehouse.
+
+ -- Barry deFreese   Wed,  5 Jul 2006 12:49:02 -0400
 
 icebreaker (1.21-10) unstable; urgency=low
 
diff --git a/debian/icebreaker_48.xpm b/debian/icebreaker_48.xpm
new file mode 100644
index 000..6d20e22
--- /dev/null
+++ b/debian/icebreaker_48.xpm
@@ -0,0 +1,121 @@
+/* XPM */
+static char * icebreaker_48_xpm[] = {
+"48 48 70 1",
+"  c #EEEAEE",
+". c #E2DEE2",
+"+ c #FFFAFF",
+"@ c #E2E0E2",
+"# c #FFFEFF",
+"$ c #DEDADE",
+"% c #F6F2F6",
+"& c #DAD6DA",
+"* c #6281A4",
+"= c #004083",
+"- c #D4D0D4",
+"; c #D4D1D4",
+"> c #D1CED1",
+", c #CFCCCF",
+"' c #DAD8DA",
+") c #EE",
+"! c #CAC8CA",
+"~ c #828282",
+"{ c #CCCACC",
+"] c #836445",
+"^ c #A0865E",
+"/ c #7F7862",
+"( c #666866",
+"_ c #422002",
+": c #582F0A",
+"< c #291E0C",
+"[ c #5A5B5A",
+"} c #CFCDCF",
+"| c #DEDCDE",
+"1 c #F6F6F6",
+"2 c #D5D5D5",
+"3 c #020302",
+"4 c #373635",
+"5 c #B6B6B4",
+"6 c #404042",
+"7 c #040404",
+"8 c #D5D2D5",
+"9 c #D6D2D6",
+"0 c #E6E2E6",
+"a c #A0A0A0",
+"b c #000100",
+"c c #A8A8A6",
+"d c #F9F7F2",
+"e c #9E9D9E",
+"f c #0C0C0C",
+"g c #A6A4A6",
+"h c #0A0B0A",
+"i c #D2D0C9",
+"j c #FFFCF6",
+"k c #C5C4C5",
+"l c #262826",
+"m c #6C645C",
+"n c #A29889",
+"o c #D8D7D8",
+"p c #BAB4AA",
+"q c #6E6960",
+"r c #FAC08F",
+"s c #F6CC89",
+"t c #C5BCAC",
+"u c #F4C29A",
+"v c #EAC285",
+"w c #D1CFD1",
+"x c #CDCACD",
+"y c #622062",
+"z c #C50041",
+"A c #DA7798",
+"B c #CF6C8D",
+"C c #E6E6E6",
+"D c #D6D4D6",
+"E c #CDCBCD",
+"   .++@##$%%&  *",
+"   .++@##$%%&  *",
+"   .++@##$%%&  *",
+"   .++@##$%%&  *",
+"&&&-..;@@>$$,&&*",
+"+++.++@##$%%'))*",
+"+++.++@##$%%'))*",
+"+++.++@##$%%'))*",
+"+++.++@##$%%'))*",
+"+++.++@###!~{$%%'))*",
+"+++.++@###]^/$%%'))*",
+"...-..;@@(_:<[$$}''*",
+"   .++|12345678%900900900|11",
+"   .++|1abcdefg%900900900|11",
+"   .++|11hijkl%%900900900|11",
+"   .++|11mnopq%%900900900|11",
+"   .++|11rstuv%%900900900|11",
+"   .++|11$%%900900900|11",
+"&&&-..w||>$$x99x99x99w||",
+"+++&  $%%.++.++$%%$%%.++",
+"+++&  $%%.++.++$%%$%%.++",
+"+++&  

[icebreaker] 13/22: 1.21-11ubuntu2 Debhelper compatibility

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 508debd053138086f91126fc3b881806d5472a7f
Author: Logan Rosen 
Date:   Tue Dec 8 02:46:23 2015 -0500

1.21-11ubuntu2 Debhelper compatibility
---
 debian/changelog | 8 
 debian/compat| 1 +
 debian/control   | 4 ++--
 debian/rules | 3 ---
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb6e63e..d2a8969 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+icebreaker (1.21-11ubuntu2) xenial; urgency=medium
+
+  * debian/rules: Remove legacy DH_COMPAT export.
+  * debian/compat: Specify compatibility level of 9.
+  * debian/control: Build-depend on debhelper (>= 9).
+
+ -- Logan Rosen   Tue, 08 Dec 2015 02:46:23 -0500
+
 icebreaker (1.21-11ubuntu1) karmic; urgency=low
 
   * Fixed a buffer overflow in options.c that caused a crash on startup.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
index 2c27177..9608ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: icebreaker
 Section: games
 Priority: optional
-Maintainer: Ubuntu MOTU Developers 
+Maintainer: Ubuntu Developers 
 XSBC-Original-Maintainer: LaMont Jones 
-Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
+Build-Depends: debhelper (>= 9), libsdl-mixer1.2-dev (>= 1.2.0-1.1)
 Standards-Version: 3.1.1
 XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/icebreaker.git
 XS-Vcs-Git: git://git.debian.org/~lamont/icebreaker.git
diff --git a/debian/rules b/debian/rules
index d82fc5a..88483d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=2
-
 configure: configure-stamp
 configure-stamp:
dh_testdir

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] branch upstream created (now b75bc13)

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a change to branch upstream
in repository icebreaker.

at  b75bc13   1.21

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 20/22: Make Makefile respect CC, CFLAGS, LDFLAGS and SDLCONFIG

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 6401e5f2fabbacdaf6e894b954ae03747de98e28
Author: Andreas Gnau 
Date:   Fri Aug 11 19:20:23 2017 -0400

Make Makefile respect CC, CFLAGS, LDFLAGS and SDLCONFIG
---
 Makefile | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index f0f139b..5ae1922 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-CC=gcc
+CC?=gcc
 
-SDLCONFIG=sdl-config
+SDLCONFIG?=sdl-config
 
 ifndef prefix
   prefix=/usr/local
@@ -24,7 +24,8 @@ ifndef OPTIMIZE
   OPTIMIZE=-O3
 endif
 
-CFLAGS=-Wall $(OPTIMIZE) $(SDL_CFLAGS) -DDATAPREFIX=\"$(datadir)/icebreaker\" 
-DHISCOREPREFIX=\"$(highscoredir)\"
+CFLAGS?=-Wall $(OPTIMIZE)
+CFLAGS+=$(SDL_CFLAGS) -DDATAPREFIX=\"$(datadir)/icebreaker\" 
-DHISCOREPREFIX=\"$(highscoredir)\"
 
 SRC=icebreaker.c cursor.c grid.c laundry.c line.c penguin.c sound.c \
 level.c intro.c text.c status.c transition.c hiscore.c dialog.c \
@@ -94,7 +95,7 @@ icebreaker-$(VERSION).zip: icebreaker.exe
[ -s $@ ] || rm -f $@
 
 icebreaker:$(SRC:.c=.o)
-   $(CC) $(CFLAGS) $^ -o icebreaker $(SDL_LIB)
+   $(CC) $(CFLAGS) $^ -o icebreaker $(SDL_LIB) $(LDFLAGS)
 
 man: icebreaker.6
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 07/22: 1.21-9

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 1b59b92d5ae1630311627952b7efd41696a65d4c
Author: LaMont Jones 
Date:   Wed Sep 12 09:09:31 2007 -0600

1.21-9
---
 debian/changelog | 6 ++
 debian/menu  | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 90c5925..bf44362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-9) unstable; urgency=low
+
+  * Add menu icon.  Closes: #275641
+
+ -- LaMont Jones   Sat,  9 Oct 2004 13:38:09 -0600
+
 icebreaker (1.21-8) unstable; urgency=low
 
   * Fix options writing code.  Closes: #174679
diff --git a/debian/menu b/debian/menu
index 83542a1..be6202f 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,3 @@
 ?package(icebreaker):needs=X11 section=Games/Arcade\
-  title="icebreaker" command="/usr/games/icebreaker"
+  title="icebreaker" command="/usr/games/icebreaker"\
+  icon="/usr/share/icebreaker/icebreaker_48.bmp"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 21/22: Add copyright to changelog and fix GPL typo

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 5aec40b9a138fc968880d5ade715dc1adda8c234
Author: Andreas Gnau 
Date:   Fri Aug 11 19:33:09 2017 -0400

Add copyright to changelog and fix GPL typo
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 14c8fee..bd4896b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ It was downloaded from http://www.mattdm.org/icebreaker/
 
 Upstream Author: Matthew Miller 
 
-Copyright:
+Copyright: (c) 2000-2001 Matthew Miller  and Enrico Tassi 

 
-This program is copyright under the GNU Public License (GPL), a copy
+This program is copyright under the GNU Public General License (GPL), a copy
 of which may be found in /usr/share/common-licenses/GPL

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 18/22: Add debhelper ${misc:Depends} to Depends

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 05447a5c49ba50fa864e1753b1238c922a5b69e9
Author: Andreas Gnau 
Date:   Thu Aug 10 18:25:02 2017 -0400

Add debhelper ${misc:Depends} to Depends

Fixes Lintian debhelper-but-no-misc-depends
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1c63aa5..81bc519 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: https://mattdm.org/icebreaker/
 
 Package: icebreaker
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Break the iceberg
  So, uh, there's a bunch of penguins on an iceberg in Antarctica. You have
  been selected to catch them so they can be shipped to Finland, where they

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 12/22: 1.21-11ubuntu1 Fix a buffer overflow in options.c

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit ee2a1c33e4c24c1d44630ed2d4db0d2039b323f7
Author: Alexander Faithfull 
Date:   Mon Jul 20 17:34:34 2009 +0100

1.21-11ubuntu1 Fix a buffer overflow in options.c
---
 debian/changelog | 6 ++
 debian/control   | 3 ++-
 options.c| 4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f91502d..bb6e63e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-11ubuntu1) karmic; urgency=low
+
+  * Fixed a buffer overflow in options.c that caused a crash on startup.
+
+ -- Alexander Faithfull   Mon, 20 Jul 2009 
17:34:34 +0100
+
 icebreaker (1.21-11) unstable; urgency=low
 
   [Barry deFreese]
diff --git a/debian/control b/debian/control
index 79c0f98..2c27177 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: icebreaker
 Section: games
 Priority: optional
-Maintainer: LaMont Jones 
+Maintainer: Ubuntu MOTU Developers 
+XSBC-Original-Maintainer: LaMont Jones 
 Build-Depends: debhelper, libsdl-mixer1.2-dev (>= 1.2.0-1.1)
 Standards-Version: 3.1.1
 XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/icebreaker.git
diff --git a/options.c b/options.c
index 331267b..a6f058a 100644
--- a/options.c
+++ b/options.c
@@ -50,8 +50,8 @@ int readoptions(void)
FILE * optionfile;
char linebuf[50];
char filename[255];
-   char optbuf[20];
-   char valbuf[10];
+   char optbuf[21];
+   char valbuf[11];
int i;
uid_t gid=getegid(), uid=geteuid();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 22/22: Update changelog for release 1.21-12

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 992eb6f484b9dd6fcb1e8c95f9609e539edb5a81
Author: Andreas Gnau 
Date:   Tue Aug 22 06:33:14 2017 +0200

Update changelog for release 1.21-12
---
 debian/changelog | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f5e8b60..a183e45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,14 @@
 icebreaker (1.21-12) unstable-UNRELEASED; urgency=medium
 
+  * Change maintainer to Debian Games Team
   * Merge Ubuntu changes:
 [Alexander Faithfull]
 - Fixed a buffer overflow in options.c that caused a crash on startup.
+  * Move to debhelper compat 10, policy 4.0.1, source-format 3.0
+  * Remove Debian menu file
+  * Compile with hardening CFLAGS
 
-[Logan Rosen]
-- debian/rules: Remove legacy DH_COMPAT export.
-- debian/compat: Specify compatibility level of 9.
-- debian/control: Build-depend on debhelper (>= 9).
-
- -- Andreas Gnau   Thu, 10 Aug 2017 16:56:40 -0400
+ -- Andreas Gnau   Tue, 22 Aug 2017 06:24:42 +0200
 
 icebreaker (1.21-11ubuntu2) xenial; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[icebreaker] 06/22: 1.21-8

2017-09-09 Thread Andreas Gnau
This is an automated email from the git hooks/post-receive script.

rondom-guest pushed a commit to branch master
in repository icebreaker.

commit 4cc12c020fdb4a12d8773fb40d2778b2af1fdb11
Author: LaMont Jones 
Date:   Wed Sep 12 09:07:39 2007 -0600

1.21-8
---
 debian/changelog |  6 ++
 options.c| 13 +
 2 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2f9c3e7..90c5925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+icebreaker (1.21-8) unstable; urgency=low
+
+  * Fix options writing code.  Closes: #174679
+
+ -- LaMont Jones   Mon, 19 May 2003 20:15:14 -0600
+
 icebreaker (1.21-7) unstable; urgency=low
 
   * remove unnecessary diffs from upstream.
diff --git a/options.c b/options.c
index 89f931c..331267b 100644
--- a/options.c
+++ b/options.c
@@ -25,6 +25,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 #include "icebreaker.h"
 #include "globals.h"
 #include "icebreaker.h"
@@ -51,11 +53,14 @@ int readoptions(void)
char optbuf[20];
char valbuf[10];
int i;
+   uid_t gid=getegid(), uid=geteuid();
 
setdefaultoptions();

snprintf(filename,255,"%s/%s",homedir,OPTIONFILE);

+   seteuid(getuid());
+   setegid(getgid());
optionfile=fopen(filename,"r");
if (optionfile==NULL)
{
@@ -110,6 +115,8 @@ int readoptions(void)
}

fclose(optionfile);
+   setegid(gid);
+   seteuid(uid);
 
return false;
 }
@@ -118,8 +125,12 @@ int writeoptions(void)
 {
FILE * optionfile;
char filename[255];
+   uid_t gid=getegid(), uid=geteuid();
+   
snprintf(filename,255,"%s/%s",homedir,OPTIONFILE);

+   seteuid(getuid());
+   setegid(getgid());
optionfile=fopen(filename,"w");
if (optionfile==NULL)
{
@@ -168,6 +179,8 @@ int writeoptions(void)
 

fclose(optionfile);
+   setegid(gid);
+   seteuid(uid);

return false;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/icebreaker.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 02/11: Update watch file

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit 39bc932e589c0a371ae797258e1fde8d3d4a8ffe
Author: Stephen Kitt 
Date:   Fri Sep 8 21:22:47 2017 +0200

Update watch file
---
 debian/changelog | 1 +
 debian/watch | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0c93050..e822167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nestopia (1.47-3) UNRELEASED; urgency=medium
 
   * Copy Appstream metadata from Ubuntu, thanks to Jeremy Bicha (Closes:
 #860427).
+  * Update watch file.
 
  -- Stephen Kitt   Sat, 10 Jun 2017 10:32:07 +0200
 
diff --git a/debian/watch b/debian/watch
index 0af1093..941adcb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
-
-opts=dversionmangle=s/.dfsg$// \
-  https://github.com/rdanbrook/nestopia/releases .*/(.*)\.tar\.gz
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%nestopia-$1.tar.gz%,dversionmangle=s%.dfsg$%%"
 \
+https://github.com/rdanbrook/nestopia/tags \
+(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 11/11: Release

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit c6d5f678b6f5905689f16ee8d0e40507c8ba1c23
Author: Stephen Kitt 
Date:   Sat Sep 9 11:51:49 2017 +0200

Release
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 80da4f6..91c5811 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nestopia (1.48-1) UNRELEASED; urgency=medium
+nestopia (1.48-1) unstable; urgency=medium
 
   * New upstream release.
   * Copy Appstream metadata from Ubuntu, thanks to Jeremy Bicha (Closes:
@@ -12,7 +12,7 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
   * Preserve CPPFLAGS when building libretro (so the hardening options
 are applied).
 
- -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
+ -- Stephen Kitt   Sat, 09 Sep 2017 12:01:44 +0200
 
 nestopia (1.47-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 01/11: Copy Appstream metadata from Ubuntu

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit 400cb4a09fd2a723bbdf2629d8f1c8fc20a0d22b
Author: Stephen Kitt 
Date:   Fri Sep 8 21:22:01 2017 +0200

Copy Appstream metadata from Ubuntu
---
 debian/changelog  |   7 ++
 debian/control|   1 +
 debian/copyright  | 157 ++
 debian/libretro-nestopia.install  |   5 +-
 debian/libretro-nestopia.metainfo.xml |  12 +++
 debian/nestopia.appdata.xml   |  25 ++
 debian/nestopia.install   |   1 +
 debian/nestopia.libretro  |  21 +
 8 files changed, 227 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d4f9d6..0c93050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nestopia (1.47-3) UNRELEASED; urgency=medium
+
+  * Copy Appstream metadata from Ubuntu, thanks to Jeremy Bicha (Closes:
+#860427).
+
+ -- Stephen Kitt   Sat, 10 Jun 2017 10:32:07 +0200
+
 nestopia (1.47-2) unstable; urgency=medium
 
   * Switch to https: VCS URIs (see #810378).
diff --git a/debian/control b/debian/control
index f0b3831..e2b785c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Stephen Kitt ,
 Section: games
 Priority: optional
 Build-Depends: debhelper (>= 9),
+   dh-exec,
libao-dev,
libarchive-dev,
libglew-dev,
diff --git a/debian/copyright b/debian/copyright
index 3025bf7..29c7836 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -44,6 +44,16 @@ Files: debian/*
 Copyright: 2011-2016 Stephen Kitt 
 License: GPL-2.0+
 
+Files: debian/libretro-nestopia.metainfo.xml
+Copyright: 2017 Jeremy Bicha
+License: CC0-1.0
+
+Files: debian/nestopia.libretro
+Copyright: 2017 Adrien Plazas
+License: GPL-3+
+Comment: This file was copied from
+ https://git.gnome.org/browse/gnome-games/tree/flatpak/libretro-cores
+
 License: GPL-2.0+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -62,6 +72,23 @@ License: GPL-2.0+
  Public License version 2 can be found in
  "/usr/share/common-licenses/GPL-2".
 
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
 License: LGPL-2.1+
  This module is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as
@@ -175,3 +202,133 @@ License: BSD-3-clause-Brush-Technology
  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: CC0-1.0
+ Creative Commons CC0 1.0 Universal
+ .
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
+ ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
+ USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND
+ DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT
+ OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.
+ .
+ Statement of Purpose
+ .
+ The laws of most jurisdictions throughout the world automatically confer
+ exclusive Copyright and Related Rights (defined below) upon the creator
+ and subsequent owner(s) (each and all, an "owner") of an original work
+ of authorship and/or a database (each, a "Work").
+ .
+ Certain owners wish to permanently relinquish those rights to a Work for
+ the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without
+ fear of later claims of infringement build upon, modify, incorporate in
+ other works, reuse and redistribute as freely as possible in any form
+ whatsoever and for any purposes, including without limitation commercial
+ purposes. These owners may contribute to the Commons to promote the
+ ideal of a free culture and the further production of 

[nestopia] 04/11: Merge tag 'upstream/1.48'

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit 6e652bd437f99daf283777c9d8ef14fdf7ea7b46
Merge: 39bc932 1cf5e31
Author: Stephen Kitt 
Date:   Fri Sep 8 21:24:05 2017 +0200

Merge tag 'upstream/1.48'

Upstream version 1.48

 .gitignore |   29 +
 AUTHORS|5 +
 CMakeLists.txt |  433 +++
 changelog.txt => ChangeLog |   45 +
 Makefile   |  416 --
 Makefile.am|  955 ++
 NstDatabase.xml|0
 README.md  |   50 +
 README.unix|2 +-
 configure.ac   |  129 ++
 extras/BMFFINR2.pal|  Bin 0 -> 192 bytes
 extras/BMFFINR3.pal|  Bin 0 -> 192 bytes
 extras/NES_Classic-FBX.pal |  Bin 0 -> 192 bytes
 extras/Nostalgia-FBX.pal   |  Bin 0 -> 192 bytes
 extras/SONY_CXA2025AS_US.pal   |  Bin 0 -> 192 bytes
 extras/Unsaturated-Final.pal   |  Bin 0 -> 192 bytes
 extras/Unsaturated-V5.pal  |  Bin 0 -> 192 bytes
 extras/Unsaturated-V6.pal  |  Bin 0 -> 192 bytes
 extras/YUV-V3.pal  |  Bin 0 -> 192 bytes
 extras/hybrid.pal  |  Bin 0 -> 192 bytes
 extras/nescap.pal  |  Bin 0 -> 192 bytes
 libretro/Makefile  |   63 +-
 libretro/jni/Android.mk|5 +-
 libretro/libretro.cpp  |  375 +-
 libretro/libretro.h|0
 source/core/NstApu.cpp |7 +-
 source/core/NstApu.hpp |2 +-
 source/core/NstCartridge.cpp   |   39 +-
 source/core/NstCartridgeInes.cpp   |6 +
 source/core/NstCore.hpp|4 +-
 source/core/NstCpu.cpp |   22 +-
 source/core/NstCpu.hpp |2 +
 source/core/NstFds.cpp |4 +-
 source/core/NstImageDatabase.cpp   |6 +
 source/core/NstMachine.cpp |   37 +-
 source/core/NstMachine.hpp |1 +
 source/core/NstPpu.cpp |  564 ++--
 source/core/NstPpu.hpp |2 +
 source/core/NstZlib.cpp|2 +-
 source/core/api/NstApiCheats.cpp   |2 +-
 source/core/api/NstApiMachine.cpp  |5 +
 source/core/api/NstApiMachine.hpp  |8 +
 source/core/api/NstApiVideo.cpp|   12 +-
 source/core/api/NstApiVideo.hpp|9 +
 source/core/board/NstBoard.cpp |   46 +-
 source/core/board/NstBoardAveD1012.cpp |2 +-
 source/core/board/NstBoardBandai24c0x.cpp  |  147 +--
 source/core/board/NstBoardBandaiKaraokeStudio.cpp  |2 +-
 source/core/board/NstBoardBmc20in1.cpp |2 +-
 source/core/board/NstBoardBmcFk23c.cpp |2 +-
 source/core/board/NstBoardBmcPowerjoy84in1.cpp |2 +-
 source/core/board/NstBoardBmcVt5201.cpp|1 +
 source/core/board/NstBoardFfe.cpp  |   58 +-
 source/core/board/NstBoardKonamiVrc2.cpp   |3 +-
 source/core/board/NstBoardMmc1.cpp |2 +-
 source/core/board/NstBoardMmc5.cpp |6 +-
 source/core/board/NstBoardSachenS8259.cpp  |8 +-
 source/core/board/NstBoardSachenStreetHeroes.cpp   |4 +-
 source/core/board/NstBoardSunsoftDcs.cpp   |2 +-
 source/core/board/NstBoardWaixingSh2.cpp   |2 +-
 source/core/vssystem/NstVsSystem.cpp   |5 +-
 source/unix/audio.cpp  |  195 +--
 source/unix/audio.h|3 +-
 source/unix/cli.cpp|2 +-
 source/unix/cli.h  |2 +-
 source/unix/config.cpp |   16 +-
 source/unix/config.h   |3 +
 source/unix/font.h |4 +-
 source/unix/gtkui/gtkui.cpp|   26 +-
 source/unix/gtkui/gtkui.h  |2 +-
 source/unix/gtkui/gtkui_callbacks.cpp  |   12 +-
 source/unix/gtkui/gtkui_callbacks.h|2 +
 source/unix/gtkui/gtkui_cheats.cpp   

[nestopia] 09/11: Standards-Version 4.1.0

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit efcf689a3ef36e3aebcd7de88ce2e9ff3413e767
Author: Stephen Kitt 
Date:   Sat Sep 9 11:39:07 2017 +0200

Standards-Version 4.1.0
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dc2c59b..9b44348 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
 #822436).
   * Enable PIE.
   * Switch to https URL in debian/copyright.
+  * Standards-Version 4.1.0, no further change required.
 
  -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
 
diff --git a/debian/control b/debian/control
index d1b2762..c5019ca 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: cmake,
libglew-dev,
libgtk-3-dev,
libsdl2-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/nestopia.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/nestopia.git
 Homepage: http://0ldsk00l.ca/nestopia/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] branch upstream updated (6f8f993 -> 1cf5e31)

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a change to branch upstream
in repository nestopia.

  from  6f8f993   Imported Upstream version 1.47
   new  1cf5e31   New upstream version 1.48

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |   29 +
 AUTHORS|5 +
 CMakeLists.txt |  433 +++
 changelog.txt => ChangeLog |   45 +
 Makefile   |  416 --
 Makefile.am|  955 ++
 NstDatabase.xml|0
 README.md  |   50 +
 README.unix|2 +-
 configure.ac   |  129 ++
 extras/BMFFINR2.pal|  Bin 0 -> 192 bytes
 extras/BMFFINR3.pal|  Bin 0 -> 192 bytes
 extras/NES_Classic-FBX.pal |  Bin 0 -> 192 bytes
 extras/Nostalgia-FBX.pal   |  Bin 0 -> 192 bytes
 extras/SONY_CXA2025AS_US.pal   |  Bin 0 -> 192 bytes
 extras/Unsaturated-Final.pal   |  Bin 0 -> 192 bytes
 extras/Unsaturated-V5.pal  |  Bin 0 -> 192 bytes
 extras/Unsaturated-V6.pal  |  Bin 0 -> 192 bytes
 extras/YUV-V3.pal  |  Bin 0 -> 192 bytes
 extras/hybrid.pal  |  Bin 0 -> 192 bytes
 extras/nescap.pal  |  Bin 0 -> 192 bytes
 libretro/Makefile  |   63 +-
 libretro/jni/Android.mk|5 +-
 libretro/libretro.cpp  |  375 +-
 libretro/libretro.h|0
 source/core/NstApu.cpp |7 +-
 source/core/NstApu.hpp |2 +-
 source/core/NstCartridge.cpp   |   39 +-
 source/core/NstCartridgeInes.cpp   |6 +
 source/core/NstCore.hpp|4 +-
 source/core/NstCpu.cpp |   22 +-
 source/core/NstCpu.hpp |2 +
 source/core/NstFds.cpp |4 +-
 source/core/NstImageDatabase.cpp   |6 +
 source/core/NstMachine.cpp |   37 +-
 source/core/NstMachine.hpp |1 +
 source/core/NstPpu.cpp |  564 ++--
 source/core/NstPpu.hpp |2 +
 source/core/NstZlib.cpp|2 +-
 source/core/api/NstApiCheats.cpp   |2 +-
 source/core/api/NstApiMachine.cpp  |5 +
 source/core/api/NstApiMachine.hpp  |8 +
 source/core/api/NstApiVideo.cpp|   12 +-
 source/core/api/NstApiVideo.hpp|9 +
 source/core/board/NstBoard.cpp |   46 +-
 source/core/board/NstBoardAveD1012.cpp |2 +-
 source/core/board/NstBoardBandai24c0x.cpp  |  147 +--
 source/core/board/NstBoardBandaiKaraokeStudio.cpp  |2 +-
 source/core/board/NstBoardBmc20in1.cpp |2 +-
 source/core/board/NstBoardBmcFk23c.cpp |2 +-
 source/core/board/NstBoardBmcPowerjoy84in1.cpp |2 +-
 source/core/board/NstBoardBmcVt5201.cpp|1 +
 source/core/board/NstBoardFfe.cpp  |   58 +-
 source/core/board/NstBoardKonamiVrc2.cpp   |3 +-
 source/core/board/NstBoardMmc1.cpp |2 +-
 source/core/board/NstBoardMmc5.cpp |6 +-
 source/core/board/NstBoardSachenS8259.cpp  |8 +-
 source/core/board/NstBoardSachenStreetHeroes.cpp   |4 +-
 source/core/board/NstBoardSunsoftDcs.cpp   |2 +-
 source/core/board/NstBoardWaixingSh2.cpp   |2 +-
 source/core/vssystem/NstVsSystem.cpp   |5 +-
 source/unix/audio.cpp  |  195 +--
 source/unix/audio.h|3 +-
 source/unix/cli.cpp|2 +-
 source/unix/cli.h  |2 +-
 source/unix/config.cpp |   16 +-
 source/unix/config.h   |3 +
 source/unix/font.h |4 +-
 source/unix/gtkui/gtkui.cpp|   26 +-
 source/unix/gtkui/gtkui.h  |2 +-
 

[nestopia] annotated tag debian/1.48-1 created (now 6d01bf3)

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a change to annotated tag debian/1.48-1
in repository nestopia.

at  6d01bf3   (tag)
   tagging  c6d5f678b6f5905689f16ee8d0e40507c8ba1c23 (commit)
  replaces  debian/1.47-2
 tagged by  Stephen Kitt
on  Sat Sep 9 12:32:53 2017 +0200

- Log -
nestopia Debian release 1.48-1
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEEednFjFDWtapl1TDBdZd4qaNrSU8FAlmzw1UACgkQdZd4qaNr
SU+yghAAqDQ+umbPtSxqnuKHJXuobK27nEi7YEZROdI0ocpT6triAgYmLFGaGnbE
lfAarvF572IUnrO+sLzHOlUHEsJhGUtZhrK4qHMmERHDJa8z9WJgElLXlS/RunZ/
VEPFteoc/jH+c10QArSSGmcUbblZbOqp1jp+/DXoi5K5h67OPv5/8mPyhdD1VaHU
0jO5RTVrTQkkGD/ahyyRukGcUyGycRRkCWOuwtoMuAbX0HC20osVGlN0YGYPzrw4
noP7Yl/QZxdjV/jPbMtp+7jAdHhPhlUEQkKzxH7EWXG/axPWlZYhlCN3ma3m+kc8
GxwYWglTNkuTgdPemznBMYH8X8OKqBFtu888yyLJnpSD0p2EN5GRSoiR5wsU05C0
RW0q+NURKel9aM5IbFVBitk5Wt7KmkIexfwxJZEXwjEDXhkZKPjMoU2mxPXtM9uu
+SQ8CmDxWOk0EjyhK1IGM2xQBulIEHLC7wxwxws/jl3NttLcO460YOJQQSXM2Z0O
SKOibVVPEcw9qx+joj2Hq/SqGWz3TE62awViKXhH7zbBqTEkPyV7ajq+Lz2k+29Y
bJiPLdTENS2g8GfRFsyqXBdC+gc5Kf5gIKxJexkTy1+bE6P8xLhmcPFmaofSPJ2I
oU5crRAeN6bGmVkJ2++QE4F4aDCkCn4N8zhOlM5GqVCJgqeWnrE=
=XukY
-END PGP SIGNATURE-

Stephen Kitt (11):
  Copy Appstream metadata from Ubuntu
  Update watch file
  New upstream version 1.48
  Merge tag 'upstream/1.48'
  New upstream release
  Nestopia requires OpenGL 3.2
  Enable PIE
  Switch to https URL in debian/copyright
  Standards-Version 4.1.0
  Preserve CPPFLAGS in libretro
  Release

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 05/11: New upstream release

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit 486a944259a733c50f59abebcabebe1683b5d23b
Author: Stephen Kitt 
Date:   Fri Sep 8 22:57:32 2017 +0200

New upstream release
---
 debian/changelog  |  5 +++--
 debian/control|  3 ++-
 debian/copyright  |  9 ++---
 debian/nestopia.docs  |  1 +
 debian/nestopia.install   |  4 ++--
 debian/patches/buildflags.patch   | 20 
 debian/patches/format-security.patch  | 13 -
 debian/patches/install-location.patch | 32 
 debian/patches/libretro_version.patch |  2 +-
 debian/patches/series |  4 
 debian/patches/use-system-zlib.patch  | 14 --
 11 files changed, 11 insertions(+), 96 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e822167..dbdeef3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-nestopia (1.47-3) UNRELEASED; urgency=medium
+nestopia (1.48-1) UNRELEASED; urgency=medium
 
+  * New upstream release.
   * Copy Appstream metadata from Ubuntu, thanks to Jeremy Bicha (Closes:
 #860427).
   * Update watch file.
 
- -- Stephen Kitt   Sat, 10 Jun 2017 10:32:07 +0200
+ -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
 
 nestopia (1.47-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index e2b785c..335a589 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Stephen Kitt ,
Sérgio Benjamim 
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: cmake,
+   debhelper (>= 9),
dh-exec,
libao-dev,
libarchive-dev,
diff --git a/debian/copyright b/debian/copyright
index 29c7836..106f607 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: 
 
 Files: *
 Copyright: 2003-2008 Martin Freij
-   2012-2016 R. Danbrook
+   2012-2017 R. Danbrook
 License: GPL-2.0+
 
 Files: libretro/libretro.h
@@ -35,13 +35,8 @@ Files: source/unix/png.*
 Copyright: 2005-2015 Lode Vandevenne
 License: Zlib
 
-Files: source/zlib/*
-Copyright: 1995-2005 Jean-loup Gailly and Mark Adler
-   1998-2005 Gilles Vollant
-License: Zlib
-
 Files: debian/*
-Copyright: 2011-2016 Stephen Kitt 
+Copyright: 2011-2017 Stephen Kitt 
 License: GPL-2.0+
 
 Files: debian/libretro-nestopia.metainfo.xml
diff --git a/debian/nestopia.docs b/debian/nestopia.docs
index 7c52318..7f47ab4 100644
--- a/debian/nestopia.docs
+++ b/debian/nestopia.docs
@@ -1,2 +1,3 @@
 readme.html
+README.md
 README.unix
diff --git a/debian/nestopia.install b/debian/nestopia.install
index 58c224b..5bef0e3 100644
--- a/debian/nestopia.install
+++ b/debian/nestopia.install
@@ -1,5 +1,5 @@
-usr/games/nestopia
+usr/bin/nestopia usr/games
 usr/share/applications
+usr/share/icons
 usr/share/nestopia
-usr/share/pixmaps
 debian/nestopia.appdata.xml usr/share/metainfo/
diff --git a/debian/patches/buildflags.patch b/debian/patches/buildflags.patch
deleted file mode 100644
index 3b1280b..000
--- a/debian/patches/buildflags.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Preserve externally-provided build flags
-Author: Stephen Kitt 
-
 a/Makefile
-+++ b/Makefile
-@@ -2,12 +2,12 @@
- CXX ?= c++
- CXXFLAGS ?= -O3 -g3
- CPPFLAGS += -DNST_PRAGMA_ONCE
--CFLAGS = $(shell sdl2-config --cflags)
-+CFLAGS += $(shell sdl2-config --cflags)
- 
- INCLUDES = -Isource
- WARNINGS = -Wno-write-strings
- 
--LDFLAGS = -Wl,--as-needed
-+LDFLAGS += -Wl,--as-needed
- LIBS = -lstdc++ -lm -lz
- LIBS += $(shell sdl2-config --libs)
- 
diff --git a/debian/patches/format-security.patch 
b/debian/patches/format-security.patch
deleted file mode 100644
index e5c322e..000
--- a/debian/patches/format-security.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Use a format specifier with gtk_message_dialog_new
-Author: Stephen Kitt 
-
 a/source/unix/gtkui/gtkui.cpp
-+++ b/source/unix/gtkui/gtkui.cpp
-@@ -438,6 +438,7 @@
-   GTK_DIALOG_DESTROY_WITH_PARENT,
-   GTK_MESSAGE_INFO,
-   GTK_BUTTONS_OK,
-+  "%s",
-   message);
-   gtk_dialog_run(GTK_DIALOG(messagewindow));
-   gtk_widget_destroy(messagewindow);
diff --git a/debian/patches/install-location.patch 
b/debian/patches/install-location.patch
deleted file mode 100644
index df1af36..000
--- a/debian/patches/install-location.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Install to FHS-compliant locations and handle DESTDIR
-Author: Stephen Kitt 

[nestopia] branch master updated (684a3a9 -> c6d5f67)

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a change to branch master
in repository nestopia.

  from  684a3a9   Release.
   new  400cb4a   Copy Appstream metadata from Ubuntu
   new  39bc932   Update watch file
   new  1cf5e31   New upstream version 1.48
   new  6e652bd   Merge tag 'upstream/1.48'
   new  486a944   New upstream release
   new  c6a742d   Nestopia requires OpenGL 3.2
   new  e5809f7   Enable PIE
   new  895e056   Switch to https URL in debian/copyright
   new  efcf689   Standards-Version 4.1.0
   new  990f7c6   Preserve CPPFLAGS in libretro
   new  c6d5f67   Release

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |   29 +
 AUTHORS|5 +
 CMakeLists.txt |  433 +++
 changelog.txt => ChangeLog |   45 +
 Makefile   |  416 --
 Makefile.am|  955 ++
 NstDatabase.xml|0
 README.md  |   50 +
 README.unix|2 +-
 configure.ac   |  129 ++
 debian/changelog   |   16 +
 debian/control |8 +-
 debian/copyright   |  168 ++-
 debian/libretro-nestopia.install   |5 +-
 debian/libretro-nestopia.metainfo.xml  |   12 +
 debian/nestopia.appdata.xml|   25 +
 debian/nestopia.docs   |1 +
 debian/nestopia.install|5 +-
 debian/nestopia.libretro   |   21 +
 debian/patches/buildflags.patch|   20 -
 debian/patches/format-security.patch   |   13 -
 debian/patches/install-location.patch  |   32 -
 debian/patches/libretro-cppflags.patch |   18 +
 debian/patches/libretro_version.patch  |2 +-
 debian/patches/series  |5 +-
 debian/patches/use-system-zlib.patch   |   14 -
 debian/rules   |4 +-
 debian/watch   |8 +-
 extras/BMFFINR2.pal|  Bin 0 -> 192 bytes
 extras/BMFFINR3.pal|  Bin 0 -> 192 bytes
 extras/NES_Classic-FBX.pal |  Bin 0 -> 192 bytes
 extras/Nostalgia-FBX.pal   |  Bin 0 -> 192 bytes
 extras/SONY_CXA2025AS_US.pal   |  Bin 0 -> 192 bytes
 extras/Unsaturated-Final.pal   |  Bin 0 -> 192 bytes
 extras/Unsaturated-V5.pal  |  Bin 0 -> 192 bytes
 extras/Unsaturated-V6.pal  |  Bin 0 -> 192 bytes
 extras/YUV-V3.pal  |  Bin 0 -> 192 bytes
 extras/hybrid.pal  |  Bin 0 -> 192 bytes
 extras/nescap.pal  |  Bin 0 -> 192 bytes
 libretro/Makefile  |   63 +-
 libretro/jni/Android.mk|5 +-
 libretro/libretro.cpp  |  375 +-
 libretro/libretro.h|0
 source/core/NstApu.cpp |7 +-
 source/core/NstApu.hpp |2 +-
 source/core/NstCartridge.cpp   |   39 +-
 source/core/NstCartridgeInes.cpp   |6 +
 source/core/NstCore.hpp|4 +-
 source/core/NstCpu.cpp |   22 +-
 source/core/NstCpu.hpp |2 +
 source/core/NstFds.cpp |4 +-
 source/core/NstImageDatabase.cpp   |6 +
 source/core/NstMachine.cpp |   37 +-
 source/core/NstMachine.hpp |1 +
 source/core/NstPpu.cpp |  564 ++--
 source/core/NstPpu.hpp |2 +
 source/core/NstZlib.cpp|2 +-
 source/core/api/NstApiCheats.cpp   |2 +-
 source/core/api/NstApiMachine.cpp  |5 +
 source/core/api/NstApiMachine.hpp  |8 +
 source/core/api/NstApiVideo.cpp|   12 +-
 source/core/api/NstApiVideo.hpp|9 +
 source/core/board/NstBoard.cpp |   46 +-
 

[nestopia] 07/11: Enable PIE

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit e5809f7d48d71a9e0d92ff2a5a577baf45d8789f
Author: Stephen Kitt 
Date:   Sat Sep 9 11:03:08 2017 +0200

Enable PIE
---
 debian/changelog | 1 +
 debian/rules | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4f017d..2485edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
   * Update watch file.
   * Document that Nestopia requires OpenGL 3.2 or later (Closes:
 #822436).
+  * Enable PIE.
 
  -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
 
diff --git a/debian/rules b/debian/rules
index 198c1dd..8bee8d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@
 export DEB_CFLAGS_MAINT_APPEND = -fpermissive
 export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
 
-# Enable all hardening options except PIE (which breaks libretro)
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+# Enable all hardening options
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 08/11: Switch to https URL in debian/copyright

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit 895e0562483ac59f90a1251e8273d6287164239a
Author: Stephen Kitt 
Date:   Sat Sep 9 11:38:47 2017 +0200

Switch to https URL in debian/copyright
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2485edd..dc2c59b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
   * Document that Nestopia requires OpenGL 3.2 or later (Closes:
 #822436).
   * Enable PIE.
+  * Switch to https URL in debian/copyright.
 
  -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 106f607..23d462e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: Nestopia UE
 Source: 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 06/11: Nestopia requires OpenGL 3.2

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit c6a742dbfedb3d5088b33a6f9a8e40ac5cc5d59c
Author: Stephen Kitt 
Date:   Sat Sep 9 11:00:30 2017 +0200

Nestopia requires OpenGL 3.2
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dbdeef3..d4f017d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
   * Copy Appstream metadata from Ubuntu, thanks to Jeremy Bicha (Closes:
 #860427).
   * Update watch file.
+  * Document that Nestopia requires OpenGL 3.2 or later (Closes:
+#822436).
 
  -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
 
diff --git a/debian/control b/debian/control
index 335a589..d1b2762 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,8 @@ Description: Nintendo Entertainment System/Famicom emulator
 * Emulation of NTSC, PAL, and Dendy systems
 * Support for NES Zapper games
 * Support for Famicom Disk System games
+ .
+ Nestopia requires OpenGL 3.2 or later.
 
 Package: libretro-nestopia
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 10/11: Preserve CPPFLAGS in libretro

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository nestopia.

commit 990f7c6c2d29d63c36008bca6a98bf3cc5397da5
Author: Stephen Kitt 
Date:   Sat Sep 9 11:50:08 2017 +0200

Preserve CPPFLAGS in libretro
---
 debian/changelog   |  2 ++
 debian/patches/libretro-cppflags.patch | 18 ++
 debian/patches/series  |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9b44348..80da4f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ nestopia (1.48-1) UNRELEASED; urgency=medium
   * Enable PIE.
   * Switch to https URL in debian/copyright.
   * Standards-Version 4.1.0, no further change required.
+  * Preserve CPPFLAGS when building libretro (so the hardening options
+are applied).
 
  -- Stephen Kitt   Fri, 08 Sep 2017 21:27:30 +0200
 
diff --git a/debian/patches/libretro-cppflags.patch 
b/debian/patches/libretro-cppflags.patch
new file mode 100644
index 000..cc917d0
--- /dev/null
+++ b/debian/patches/libretro-cppflags.patch
@@ -0,0 +1,18 @@
+Description: Apply CPPFLAGS when building libretro
+Author: Stephen Kitt 
+
+--- a/libretro/Makefile
 b/libretro/Makefile
+@@ -300,10 +300,10 @@
+ endif
+ 
+ %.o: %.cpp
+-  $(CXX) -c -o $@ $< $(CXXFLAGS) $(INCDIRS)
++  $(CXX) $(CPPFLAGS) -c -o $@ $< $(CXXFLAGS) $(INCDIRS)
+ 
+ %.o: %.c
+-  $(CC) -c -o $@ $< $(CFLAGS) $(INCDIRS)
++  $(CC) $(CPPFLAGS) -c -o $@ $< $(CFLAGS) $(INCDIRS)
+ 
+ clean-objs:
+   rm -f $(OBJS)
diff --git a/debian/patches/series b/debian/patches/series
index ab1516f..2b267e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 libretro_version.patch
+libretro-cppflags.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] branch pristine-tar updated (721357e -> 84fb698)

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a change to branch pristine-tar
in repository nestopia.

  from  721357e   pristine-tar data for nestopia_1.47.orig.tar.gz
   new  84fb698   pristine-tar data for nestopia_1.48.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nestopia_1.48.orig.tar.gz.delta | Bin 0 -> 35977 bytes
 nestopia_1.48.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 nestopia_1.48.orig.tar.gz.delta
 create mode 100644 nestopia_1.48.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] annotated tag upstream/1.48 created (now a87be3b)

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a change to annotated tag upstream/1.48
in repository nestopia.

at  a87be3b   (tag)
   tagging  1cf5e316682df61856a1e4dcf80bc8070603af93 (commit)
  replaces  upstream/1.47
 tagged by  Stephen Kitt
on  Fri Sep 8 21:24:05 2017 +0200

- Log -
Upstream version 1.48

Stephen Kitt (1):
  New upstream version 1.48

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[nestopia] 01/01: pristine-tar data for nestopia_1.48.orig.tar.gz

2017-09-09 Thread Stephen Kitt
This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch pristine-tar
in repository nestopia.

commit 84fb69841ae078cb31ee74dfa3343ac36d7befc3
Author: Stephen Kitt 
Date:   Fri Sep 8 21:24:05 2017 +0200

pristine-tar data for nestopia_1.48.orig.tar.gz
---
 nestopia_1.48.orig.tar.gz.delta | Bin 0 -> 35977 bytes
 nestopia_1.48.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/nestopia_1.48.orig.tar.gz.delta b/nestopia_1.48.orig.tar.gz.delta
new file mode 100644
index 000..154c7c2
Binary files /dev/null and b/nestopia_1.48.orig.tar.gz.delta differ
diff --git a/nestopia_1.48.orig.tar.gz.id b/nestopia_1.48.orig.tar.gz.id
new file mode 100644
index 000..56aaa98
--- /dev/null
+++ b/nestopia_1.48.orig.tar.gz.id
@@ -0,0 +1 @@
+28ac6522d0e176c0845007c11209b138144cf7e8

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/nestopia.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits