[openal-soft] branch master updated (4a469cc -> ba17af6)

2016-09-22 Thread Bret Curtis
This is an automated email from the git hooks/post-receive script.

psi29a-guest pushed a change to branch master
in repository openal-soft.

  from  4a469cc   armhf build fix
   new  ba17af6   real arm64 neon fix

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:
 debian/changelog|  4 ++--
 debian/patches/1_fpu_neon.patch | 11 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/openal-soft.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


[openal-soft] 01/01: real arm64 neon fix

2016-09-22 Thread Bret Curtis
This is an automated email from the git hooks/post-receive script.

psi29a-guest pushed a commit to branch master
in repository openal-soft.

commit ba17af6a1b7763c95fe51096aad44ed697605f71
Author: Bret Curtis 
Date:   Thu Sep 22 10:37:06 2016 +0200

real arm64 neon fix
---
 debian/changelog|  4 ++--
 debian/patches/1_fpu_neon.patch | 11 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32ff625..98065bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-openal-soft (1:1.17.2-3) unstable; urgency=medium
+openal-soft (1:1.17.2-4) unstable; urgency=medium
 
   [ Bret Curtis ]
   * fix arm build with broken fpu_neon extension
 
- -- Bret Curtis   Wed, 14 Sep 2016 08:59:01 +0200
+ -- Bret Curtis   Wed, 14 Sep 2016 08:59:02 +0200
 
 openal-soft (1:1.17.2-2) unstable; urgency=medium
 
diff --git a/debian/patches/1_fpu_neon.patch b/debian/patches/1_fpu_neon.patch
index 376a4cf..d62cc78 100644
--- a/debian/patches/1_fpu_neon.patch
+++ b/debian/patches/1_fpu_neon.patch
@@ -1,5 +1,5 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5784d35..7ed24e9 100644
+index 5784d35..a5a5049 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -360,6 +360,7 @@ SET(SSE_SWITCH "")
@@ -21,11 +21,14 @@ index 5784d35..7ed24e9 100644
  ENDIF()
  
  CHECK_C_SOURCE_COMPILES("int foo(const char *str, ...) 
__attribute__((format(printf, 1, 2)));
-@@ -760,6 +765,7 @@ IF(HAVE_ARM_NEON_H)
+@@ -759,6 +764,10 @@ IF(HAVE_ARM_NEON_H)
+ IF(ALSOFT_CPUEXT_NEON)
  SET(HAVE_NEON 1)
  SET(ALC_OBJS  ${ALC_OBJS} Alc/mixer_neon.c)
++IF(FPU_NEON_SWITCH)
++SET_SOURCE_FILES_PROPERTIES(Alc/mixer_neon.c PROPERTIES
++COMPILE_FLAGS "${FPU_NEON_SWITCH}")
++ENDIF()
  SET(CPU_EXTS "${CPU_EXTS}, Neon")
-+SET_SOURCE_FILES_PROPERTIES(Alc/mixer_neon.c PROPERTIES COMPILE_FLAGS 
-mfpu=neon)
  ENDIF()
  ENDIF()
- IF(ALSOFT_REQUIRE_NEON AND NOT HAVE_NEON)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/openal-soft.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


[atomix] 03/10: Declare compliance with Debian Policy 3.9.8.

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit 7afbcdc6c865aa39cceae145aa8fdb7936b12693
Author: Markus Koschany 
Date:   Thu Sep 22 17:42:51 2016 +0200

Declare compliance with Debian Policy 3.9.8.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ea7e752..5d44665 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  libglib2.0-dev,
  libgtk-3-dev,
  libxml2-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Atomix
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/atomix.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/atomix.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 01/10: New upstream version 3.22.0

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit 93f0eccf8848f7ef6effe5ee8d36b8205b1f523c
Author: Markus Koschany 
Date:   Thu Sep 22 17:42:34 2016 +0200

New upstream version 3.22.0
---
 .gitignore |   1 +
 NEWS   |  20 +++
 autogen.sh |  44 +--
 configure.ac   |  10 +-
 data/atomix.appdata.xml.in |  24 
 po/am.po   |   1 +
 po/ar.po   |   1 +
 po/az.po   |   1 +
 po/be.po   |   1 +
 po/bg.po   |   1 +
 po/bn.po   |   1 +
 po/cs.po   |  20 +--
 po/da.po   |   1 +
 po/de.po   |  23 ++--
 po/dz.po   |   1 +
 po/en_CA.po|   1 +
 po/eo.po   |   1 +
 po/es.po   |  40 +++---
 po/et.po   |   1 +
 po/eu.po   |   1 +
 po/fa.po   |   1 +
 po/fi.po   |  86 ++---
 po/fr.po   | 309 -
 po/ga.po   |   1 +
 po/gu.po   |   1 +
 po/he.po   |  17 ++-
 po/hi.po   |   1 +
 po/hu.po   |  72 +++
 po/id.po   | 294 +++---
 po/is.po   |   1 +
 po/it.po   |   1 +
 po/ja.po   |   1 +
 po/ka.po   |   1 +
 po/kn.po   |   1 +
 po/ko.po   |   1 +
 po/lt.po   |  31 +++--
 po/lv.po   |   1 +
 po/mk.po   |   1 +
 po/ml.po   |   1 +
 po/ms.po   |   1 +
 po/nb.po   |   1 +
 po/nl.po   |   1 +
 po/oc.po   |   2 +-
 po/pa.po   |   1 +
 po/pl.po   |  52 
 po/pt.po   |  71 ---
 po/pt_BR.po|  38 +++---
 po/sl.po   |   2 +-
 po/sq.po   |   1 +
 po/sr.po   |  35 +++--
 po/s...@latin.po |  35 +++--
 po/sv.po   |  19 ++-
 po/ta.po   |   1 +
 po/th.po   |   1 +
 po/uk.po   |   1 +
 po/vi.po   |   1 +
 po/wa.po   |   1 +
 po/zh_CN.po|   1 +
 po/zh_HK.po|   1 +
 po/zh_TW.po|   1 +
 src/Makefile.am|  12 +-
 src/board-gtk.c|  56 
 src/clock.c|   5 +-
 src/goal-view.c|   6 +-
 src/goal.c |  10 +-
 src/level-manager.c|   4 +-
 src/main.c |   7 +-
 src/playfield.c|  46 +++
 src/tile.c |   5 +-
 69 files changed, 845 insertions(+), 589 deletions(-)

diff --git a/.gitignore b/.gitignore
index 22657bc..dbd65dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ aclocal.m4
 data/atomix.desktop
 data/atomix.appdata.xml
 data/atomix.appdata.valid
+ar-lib
 autom4te.cache/
 config.guess
 config.h
diff --git a/NEWS b/NEWS
index eb1cbe3..3782a64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2016-09-19: Release version 3.22.0
+
+  * Updated translations
+  * Added content ratings
+
+2016-09-12: Release version 3.21.92
+
+  * Updated translations
+
+2016-08-29: Release version 3.21.91
+
+  * Updated translations
+  * Port from gnome-common (Ernestas Kulik)
+  * Fix compilation warnings (Robert Roth)
+
+2016-08-15: Release version 3.21.90
+
+  * Updated translations
+  * Use label word wrap instead of newlines
+
 2016-03-22: Release version 3.20.0
 
   * Stable release version bump
diff --git a/autogen.sh b/autogen.sh
index 6d62767..fa7f5a6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,20 +1,38 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
+test -n "$srcdir" || srcdir=$(dirname "$0")
+test -n "$srcdir" || srcdir=.
 
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+olddir=$(pwd)
 
-(test -f $srcdir/configure.ac \
-  && test -f $srcdir/ChangeLog \
-  && test -f $srcdir/src/level.h) || {
-echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-echo " top-level Atomix directory"
-exit 1
-}
+cd $srcdir
 
-which gnome-autogen.sh || {
-echo "You need to install gnome-common package"
-exit 1
+(test -f configure.ac) || {
+echo "*** ERROR: Directory '$srcdir' does not look like the top-level 
project directory ***"
+exit 1
 }
 
-. gnome-autogen.sh
+# shellcheck disable=SC2016
+PKG_NAME=$(autoconf --trace 'AC_INIT:$1' configure.ac)
+
+if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
+echo "*** WARNING: I am going to run 'configure' with no arguments." 
>&2
+echo "*** If you wish to pass any to it, please 

[atomix] 02/10: Merge tag 'upstream/3.22.0'

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit a1d8c7014daaf82118fbddc756c33ce803a1ecad
Merge: 4445aff 93f0ecc
Author: Markus Koschany 
Date:   Thu Sep 22 17:42:36 2016 +0200

Merge tag 'upstream/3.22.0'

Upstream version 3.22.0

# gpg: Signature made Thu 22 Sep 2016 17:42:35 CEST
# gpg:using RSA key D9AD14B9513B51E4
# gpg: Good signature from "Markus Koschany " [ultimate]
# gpg: aka "Markus Koschany " 
[ultimate]
# gpg: aka "Markus Koschany " [ultimate]

 .gitignore |   1 +
 NEWS   |  20 +++
 autogen.sh |  44 +--
 configure.ac   |  10 +-
 data/atomix.appdata.xml.in |  24 
 po/am.po   |   1 +
 po/ar.po   |   1 +
 po/az.po   |   1 +
 po/be.po   |   1 +
 po/bg.po   |   1 +
 po/bn.po   |   1 +
 po/cs.po   |  20 +--
 po/da.po   |   1 +
 po/de.po   |  23 ++--
 po/dz.po   |   1 +
 po/en_CA.po|   1 +
 po/eo.po   |   1 +
 po/es.po   |  40 +++---
 po/et.po   |   1 +
 po/eu.po   |   1 +
 po/fa.po   |   1 +
 po/fi.po   |  86 ++---
 po/fr.po   | 309 -
 po/ga.po   |   1 +
 po/gu.po   |   1 +
 po/he.po   |  17 ++-
 po/hi.po   |   1 +
 po/hu.po   |  72 +++
 po/id.po   | 294 +++---
 po/is.po   |   1 +
 po/it.po   |   1 +
 po/ja.po   |   1 +
 po/ka.po   |   1 +
 po/kn.po   |   1 +
 po/ko.po   |   1 +
 po/lt.po   |  31 +++--
 po/lv.po   |   1 +
 po/mk.po   |   1 +
 po/ml.po   |   1 +
 po/ms.po   |   1 +
 po/nb.po   |   1 +
 po/nl.po   |   1 +
 po/oc.po   |   2 +-
 po/pa.po   |   1 +
 po/pl.po   |  52 
 po/pt.po   |  71 ---
 po/pt_BR.po|  38 +++---
 po/sl.po   |   2 +-
 po/sq.po   |   1 +
 po/sr.po   |  35 +++--
 po/s...@latin.po |  35 +++--
 po/sv.po   |  19 ++-
 po/ta.po   |   1 +
 po/th.po   |   1 +
 po/uk.po   |   1 +
 po/vi.po   |   1 +
 po/wa.po   |   1 +
 po/zh_CN.po|   1 +
 po/zh_HK.po|   1 +
 po/zh_TW.po|   1 +
 src/Makefile.am|  12 +-
 src/board-gtk.c|  56 
 src/clock.c|   5 +-
 src/goal-view.c|   6 +-
 src/goal.c |  10 +-
 src/level-manager.c|   4 +-
 src/main.c |   7 +-
 src/playfield.c|  46 +++
 src/tile.c |   5 +-
 69 files changed, 845 insertions(+), 589 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 08/10: Drop fix-locale-dir.patch

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit 348ade7a544afbb2a805bdef0f4c63ee419cd9d7
Author: Markus Koschany 
Date:   Thu Sep 22 17:50:18 2016 +0200

Drop fix-locale-dir.patch
---
 debian/patches/fix-locale-dir.patch | 22 --
 debian/patches/series   |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/fix-locale-dir.patch 
b/debian/patches/fix-locale-dir.patch
deleted file mode 100644
index edd2326..000
--- a/debian/patches/fix-locale-dir.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Markus Koschany 
-Date: Mon, 27 Apr 2015 13:12:12 +0200
-Subject: fix locale dir
-
-Forwarded: not needed

- src/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 55bd8a3..f6389a0 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir) \
-   $(WARN_CFLAGS) \
-   -DPKGDATADIR="\"$(pkgdatadir)\"" \
-   -DDATADIR=\""$(datadir)"\" \
--  -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-+  -DGNOMELOCALEDIR=\""/usr/share/locale"\" \
-   -DSCORESDIR=\""$(scoredir)"\"
- 
- bin_PROGRAMS = atomix
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9dad806..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-locale-dir.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] branch master updated (4445aff -> 12b8bec)

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to branch master
in repository atomix.

  from  4445aff   atomix-data.install: Install all new png icons into 
hicolor directory.
   new  93f0ecc   New upstream version 3.22.0
   new  a1d8c70   Merge tag 'upstream/3.22.0'
   new  7afbcdc   Declare compliance with Debian Policy 3.9.8.
   new  267f139   Switch to compat level 10.
   new  e147f91   Drop build-dependency on gnome-common and build-depend on 
autoconf-archive and
   new  e541e07   debian/watch: Use version=4.
   new  d3a1c90   Update changelog
   new  348ade7   Drop fix-locale-dir.patch
   new  392b05f   Rebase fix-locale-dir.patch
   new  12b8bec   Drop dh-autoreconf from B-D and update debian/clean.

The 10 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  |   1 +
 NEWS|  20 +++
 autogen.sh  |  44 +++--
 configure.ac|  10 +-
 data/atomix.appdata.xml.in  |  24 +++
 debian/changelog|  14 ++
 debian/clean|   2 +-
 debian/compat   |   2 +-
 debian/control  |   8 +-
 debian/patches/fix-locale-dir.patch |  12 +-
 debian/rules|   2 +-
 debian/watch|   2 +-
 po/am.po|   1 +
 po/ar.po|   1 +
 po/az.po|   1 +
 po/be.po|   1 +
 po/bg.po|   1 +
 po/bn.po|   1 +
 po/cs.po|  20 +--
 po/da.po|   1 +
 po/de.po|  23 ++-
 po/dz.po|   1 +
 po/en_CA.po |   1 +
 po/eo.po|   1 +
 po/es.po|  40 +++--
 po/et.po|   1 +
 po/eu.po|   1 +
 po/fa.po|   1 +
 po/fi.po|  86 +++---
 po/fr.po| 309 ++--
 po/ga.po|   1 +
 po/gu.po|   1 +
 po/he.po|  17 +-
 po/hi.po|   1 +
 po/hu.po|  72 +++--
 po/id.po| 294 ++
 po/is.po|   1 +
 po/it.po|   1 +
 po/ja.po|   1 +
 po/ka.po|   1 +
 po/kn.po|   1 +
 po/ko.po|   1 +
 po/lt.po|  31 ++--
 po/lv.po|   1 +
 po/mk.po|   1 +
 po/ml.po|   1 +
 po/ms.po|   1 +
 po/nb.po|   1 +
 po/nl.po|   1 +
 po/oc.po|   2 +-
 po/pa.po|   1 +
 po/pl.po|  52 +++---
 po/pt.po|  71 +++--
 po/pt_BR.po |  38 +++--
 po/sl.po|   2 +-
 po/sq.po|   1 +
 po/sr.po|  35 ++--
 po/s...@latin.po  |  35 ++--
 po/sv.po|  19 ++-
 po/ta.po|   1 +
 po/th.po|   1 +
 po/uk.po|   1 +
 po/vi.po|   1 +
 po/wa.po|   1 +
 po/zh_CN.po |   1 +
 po/zh_HK.po |   1 +
 po/zh_TW.po |   1 +
 src/Makefile.am |  12 +-
 src/board-gtk.c |  56 +++
 src/clock.c |   5 +-
 src/goal-view.c |   6 +-
 src/goal.c  |  10 +-
 src/level-manager.c |   4 +-
 src/main.c  |   7 +-
 src/playfield.c |  46 +++---
 src/tile.c  |   5 +-
 76 files changed, 873 insertions(+), 603 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 05/10: Drop build-dependency on gnome-common and build-depend on autoconf-archive and

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit e147f91185f8979b58b4eb26d72b6d8ca230592a
Author: Markus Koschany 
Date:   Thu Sep 22 17:47:18 2016 +0200

Drop build-dependency on gnome-common and build-depend on autoconf-archive 
and

intltool.

Closes: #829875
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 11437f8..e2bd1bf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,10 @@ Uploaders:
  Markus Koschany 
 Build-Depends:
  appstream-util,
+ autoconf-archive,
  debhelper (>= 10),
  dh-autoreconf,
- gnome-common,
+ intltool,
  libglib2.0-dev,
  libgtk-3-dev,
  libxml2-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 04/10: Switch to compat level 10.

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit 267f139fff0728c8488443e6bb625ed94dfc4ab4
Author: Markus Koschany 
Date:   Thu Sep 22 17:45:24 2016 +0200

Switch to compat level 10.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 3 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 5d44665..11437f8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Markus Koschany 
 Build-Depends:
  appstream-util,
- debhelper (>= 9),
+ debhelper (>= 10),
  dh-autoreconf,
  gnome-common,
  libglib2.0-dev,
diff --git a/debian/rules b/debian/rules
index 0846c3e..3bffd54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-   dh $@ --parallel --with autoreconf
+   dh $@
 
 override_dh_auto_configure:
./autogen.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] annotated tag upstream/3.22.0 created (now 9931994)

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to annotated tag upstream/3.22.0
in repository atomix.

at  9931994   (tag)
   tagging  93f0eccf8848f7ef6effe5ee8d36b8205b1f523c (commit)
  replaces  upstream/3.20.0
 tagged by  Markus Koschany
on  Thu Sep 22 17:42:35 2016 +0200

- Log -
Upstream version 3.22.0
-BEGIN PGP SIGNATURE-

iQJ8BAABCgBmBQJX4/vrXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1Hkx9MP/j7FAjYB3UZmVM6Tr/9cBTDQ
tuTJwOiSkP7L75v7EEjAQgVbE4XxnuLOH9xZ1LmzBYHwkadlIY60Ba4BPJ7XQkkm
aRr1+0zsQvJbusVIfxwLesFM0L6lXli3J4cH6deOLC0+Z8eBUVoY5aX7d9NpoUlr
ehNUSkBZuLTfjlEpU6QvSmm2l9leKVJmLjrFpB+5z0OXtfZyDmSI2d6Y0kgDk4ZL
WDYbHmPlp1tNVeIPhRRL2vh8/yJCkbPUa7AFYq8AQ6wcn00o7FY87PXE0SyYjcPG
OBA6CwhbeUxp44sthpPzicVoXl19KgG+gFIUPfrrjlzlV5nmiRWb4w8XCBL2hxbB
sGeEb666EyvQ5EmwKi9zGdni78Zlrx+5bKBYdEPcLNJZVgCEOygz2ZvbrMn/1DeQ
Qy7SO8s14qfIWP9uRdvWE6awZlSjDifOuATOUybua4DXnMyNFBXXVwVU9qqm16Hi
I2BH2mD8Ll/TgENatWKNqFOBDTThU/ojGLLo3ils4MaxFxkkUs1bqrwHluv3puYe
Nw+FJkzUaqgu2LXS8FPKgCS1CzE05GF1JGGej36wf8+EhO9yUdHSeQ50sEhzfvOk
/8q2ZS3A6DRHmew/d7hXrEXzZVfnaK2zY9n57/m1UkEEFqhjn2bnmmXF4dOW9G4Y
ssMYs6aTX1flBHFxMUj6
=IHXb
-END PGP SIGNATURE-

Markus Koschany (1):
  New upstream version 3.22.0

---

This annotated tag includes the following new commits:

   new  93f0ecc   New upstream version 3.22.0

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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 07/10: Update changelog

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit d3a1c90ea6ff487d74d1a65ec539dd85e6366ef6
Author: Markus Koschany 
Date:   Thu Sep 22 17:49:51 2016 +0200

Update changelog
---
 debian/changelog | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f2149c..1c87f42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+atomix (3.22.0-1) unstable; urgency=medium
+
+  * New upstream version 3.22.0.
+  * Declare compliance with Debian Policy 3.9.8.
+  * Switch to compat level 10.
+  * Drop build-dependency on gnome-common and build-depend on autoconf-archive
+and intltool. (Closes: #829875)
+  * debian/watch: Use version=4.
+
+ -- Markus Koschany   Thu, 22 Sep 2016 17:48:59 +0200
+
 atomix (3.20.0-1) unstable; urgency=medium
 
   * Imported Upstream version 3.20.0.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 01/01: pristine-tar data for atomix_3.22.0.orig.tar.gz

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch pristine-tar
in repository atomix.

commit f5c8fe08a25d1ef8b3a5e0effc7fcd4f6c1b4d31
Author: Markus Koschany 
Date:   Thu Sep 22 17:42:35 2016 +0200

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

diff --git a/atomix_3.22.0.orig.tar.gz.delta b/atomix_3.22.0.orig.tar.gz.delta
new file mode 100644
index 000..3f48d59
Binary files /dev/null and b/atomix_3.22.0.orig.tar.gz.delta differ
diff --git a/atomix_3.22.0.orig.tar.gz.id b/atomix_3.22.0.orig.tar.gz.id
new file mode 100644
index 000..2764cdd
--- /dev/null
+++ b/atomix_3.22.0.orig.tar.gz.id
@@ -0,0 +1 @@
+16b45b3a162eafabefb07c71c97202720f0347f3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 06/10: debian/watch: Use version=4.

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit e541e07f217b1ce5198a23b7db9f1d4752240a1b
Author: Markus Koschany 
Date:   Thu Sep 22 17:48:46 2016 +0200

debian/watch: Use version=4.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index c68f1d8..9d93bf3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
+version=4
 # Github repository
 
opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/
 \
 https://github.com/GNOME/atomix/tags \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] branch pristine-tar updated (691af03 -> f5c8fe0)

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to branch pristine-tar
in repository atomix.

  from  691af03   pristine-tar data for atomix_3.20.0.orig.tar.gz
   new  f5c8fe0   pristine-tar data for atomix_3.22.0.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:
 atomix_3.22.0.orig.tar.gz.delta | Bin 0 -> 6907 bytes
 atomix_3.22.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 atomix_3.22.0.orig.tar.gz.delta
 create mode 100644 atomix_3.22.0.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] 09/10: Rebase fix-locale-dir.patch

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit 392b05f268673afc4c55b1224adceb6ba1fd43a2
Author: Markus Koschany 
Date:   Thu Sep 22 17:51:30 2016 +0200

Rebase fix-locale-dir.patch
---
 debian/changelog|  1 +
 debian/patches/fix-locale-dir.patch | 22 ++
 debian/patches/series   |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1c87f42..51324e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ atomix (3.22.0-1) unstable; urgency=medium
   * Drop build-dependency on gnome-common and build-depend on autoconf-archive
 and intltool. (Closes: #829875)
   * debian/watch: Use version=4.
+  * Rebase fix-locale-dir.patch.
 
  -- Markus Koschany   Thu, 22 Sep 2016 17:48:59 +0200
 
diff --git a/debian/patches/fix-locale-dir.patch 
b/debian/patches/fix-locale-dir.patch
new file mode 100644
index 000..484d657
--- /dev/null
+++ b/debian/patches/fix-locale-dir.patch
@@ -0,0 +1,22 @@
+From: Markus Koschany 
+Date: Thu, 22 Sep 2016 17:51:21 +0200
+Subject: fix locale dir
+
+Forwarded: not-needed
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 9389e69..841e5af 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -6,7 +6,7 @@ AM_CPPFLAGS = \
+   -I$(top_srcdir) \
+   -DPKGDATADIR="\"$(pkgdatadir)\"" \
+   -DDATADIR=\""$(datadir)"\" \
+-  -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
++  -DGNOMELOCALEDIR=\""/usr/share/locale"\" \
+   -DSCORESDIR=\""$(scoredir)"\"
+ 
+ AM_CFLAGS = \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..9dad806
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-locale-dir.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] branch upstream updated (47b5463 -> 93f0ecc)

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to branch upstream
in repository atomix.

  from  47b5463   Imported Upstream version 3.20.0
   new  93f0ecc   New upstream version 3.22.0

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 |   1 +
 NEWS   |  20 +++
 autogen.sh |  44 +--
 configure.ac   |  10 +-
 data/atomix.appdata.xml.in |  24 
 po/am.po   |   1 +
 po/ar.po   |   1 +
 po/az.po   |   1 +
 po/be.po   |   1 +
 po/bg.po   |   1 +
 po/bn.po   |   1 +
 po/cs.po   |  20 +--
 po/da.po   |   1 +
 po/de.po   |  23 ++--
 po/dz.po   |   1 +
 po/en_CA.po|   1 +
 po/eo.po   |   1 +
 po/es.po   |  40 +++---
 po/et.po   |   1 +
 po/eu.po   |   1 +
 po/fa.po   |   1 +
 po/fi.po   |  86 ++---
 po/fr.po   | 309 -
 po/ga.po   |   1 +
 po/gu.po   |   1 +
 po/he.po   |  17 ++-
 po/hi.po   |   1 +
 po/hu.po   |  72 +++
 po/id.po   | 294 +++---
 po/is.po   |   1 +
 po/it.po   |   1 +
 po/ja.po   |   1 +
 po/ka.po   |   1 +
 po/kn.po   |   1 +
 po/ko.po   |   1 +
 po/lt.po   |  31 +++--
 po/lv.po   |   1 +
 po/mk.po   |   1 +
 po/ml.po   |   1 +
 po/ms.po   |   1 +
 po/nb.po   |   1 +
 po/nl.po   |   1 +
 po/oc.po   |   2 +-
 po/pa.po   |   1 +
 po/pl.po   |  52 
 po/pt.po   |  71 ---
 po/pt_BR.po|  38 +++---
 po/sl.po   |   2 +-
 po/sq.po   |   1 +
 po/sr.po   |  35 +++--
 po/s...@latin.po |  35 +++--
 po/sv.po   |  19 ++-
 po/ta.po   |   1 +
 po/th.po   |   1 +
 po/uk.po   |   1 +
 po/vi.po   |   1 +
 po/wa.po   |   1 +
 po/zh_CN.po|   1 +
 po/zh_HK.po|   1 +
 po/zh_TW.po|   1 +
 src/Makefile.am|  12 +-
 src/board-gtk.c|  56 
 src/clock.c|   5 +-
 src/goal-view.c|   6 +-
 src/goal.c |  10 +-
 src/level-manager.c|   4 +-
 src/main.c |   7 +-
 src/playfield.c|  46 +++
 src/tile.c |   5 +-
 69 files changed, 845 insertions(+), 589 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


[atomix] annotated tag debian/3.22.0-1 created (now 98fd001)

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to annotated tag debian/3.22.0-1
in repository atomix.

at  98fd001   (tag)
   tagging  12b8becf68ddefb675db4f5493a4843518c8add1 (commit)
  replaces  debian/3.20.0-1
 tagged by  Markus Koschany
on  Thu Sep 22 18:09:20 2016 +0200

- Log -
Debian release 3.22.0-1
-BEGIN PGP SIGNATURE-

iQKMBAABCgB2BQJX5AI2XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0DxxhcG9AZGViaWFuLm9yZwAKCRDZrRS5UTtR5KQ9D/0X
mLhABbP63rLsC2Zmg5yFkWQQaYSxXtbXrx4c2CQoOyLErDdSddeRLBwGvLgAsaA+
5uHZ4QTrvhcj2Jqlb+paqw1IS/q5OSpCi9lfLs53TdpL97Z/C+5CtFT8QMLGED43
7MMpg1KvO/gwCT/u/cSDq6nDVFqvQ77O5NFkAlccgUnv1s1r++jLlGzJx4xoHEX+
HKHQnOn+VVT6JZ3YVprmNvR9mdpoQDYAyy3kHArjEoo73VGobA4whu7lBVnILKYq
Ofz3U/NOz5B2MeW2mJhxqoitYT4sm1V4oGGeK4Sx1AsB+1oMufFtNaYcVMxp7S7S
kvMvaAaE/n3QxJ/m4BKK4+LogBqG2Pqrt5zcd0I5mv7QgTpoBc160IahrMtz1Xp0
LMF//vsMpIpJu0PJ9snyNbNkHu/L8aEnE84UZ86DUfHWeD8FPrYZoEAL75ypEpYR
Z2Un+Yg5MMsytnsSuuVz89/eDqP6JVWUgxadLtBHYmJduo6JP9pIWCl0PhKEe91G
PdaSkbT/XGv3+ldJTOV0hMe8xtiake0inBUzalqqxcu4b720vfGK/lZxl2tnDgmj
hpPILljOU1OVbkfRhJrtMpfSyoMWQSqEYt1K7IiHUW+svvvGYqt3d7gZTNXEMb1X
2qdaEUTk53ubVaUBp4oFSVmfxsdHXtf1fAQXlz1b4w==
=/ayq
-END PGP SIGNATURE-

Markus Koschany (10):
  New upstream version 3.22.0
  Merge tag 'upstream/3.22.0'
  Declare compliance with Debian Policy 3.9.8.
  Switch to compat level 10.
  Drop build-dependency on gnome-common and build-depend on 
autoconf-archive and
  debian/watch: Use version=4.
  Update changelog
  Drop fix-locale-dir.patch
  Rebase fix-locale-dir.patch
  Drop dh-autoreconf from B-D and update debian/clean.

---

This annotated tag includes the following new commits:

   new  93f0ecc   New upstream version 3.22.0
   new  a1d8c70   Merge tag 'upstream/3.22.0'
   new  7afbcdc   Declare compliance with Debian Policy 3.9.8.
   new  267f139   Switch to compat level 10.
   new  e147f91   Drop build-dependency on gnome-common and build-depend on 
autoconf-archive and
   new  e541e07   debian/watch: Use version=4.
   new  d3a1c90   Update changelog
   new  348ade7   Drop fix-locale-dir.patch
   new  392b05f   Rebase fix-locale-dir.patch
   new  12b8bec   Drop dh-autoreconf from B-D and update debian/clean.

The 10 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/atomix.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


[atomix] 10/10: Drop dh-autoreconf from B-D and update debian/clean.

2016-09-22 Thread Markus Koschany
This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository atomix.

commit 12b8becf68ddefb675db4f5493a4843518c8add1
Author: Markus Koschany 
Date:   Thu Sep 22 17:55:59 2016 +0200

Drop dh-autoreconf from B-D and update debian/clean.
---
 debian/changelog | 2 ++
 debian/clean | 2 +-
 debian/control   | 1 -
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 51324e5..0a3b28f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ atomix (3.22.0-1) unstable; urgency=medium
 and intltool. (Closes: #829875)
   * debian/watch: Use version=4.
   * Rebase fix-locale-dir.patch.
+  * Update debian/clean and ensure the package can be built twice in a row.
+  * Drop dh-autoreconf from Build-Depends since we use compat 10 now.
 
  -- Markus Koschany   Thu, 22 Sep 2016 17:48:59 +0200
 
diff --git a/debian/clean b/debian/clean
index 54a6877..46a6f3e 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1,2 @@
-m4/intltool.m4
+m4/*.m4
 po/Makefile.in.in
diff --git a/debian/control b/debian/control
index e2bd1bf..7fb4593 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends:
  appstream-util,
  autoconf-archive,
  debhelper (>= 10),
- dh-autoreconf,
  intltool,
  libglib2.0-dev,
  libgtk-3-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/atomix.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


r15891 - in packages/tags/hitori: . 3.22.0-1/debian

2016-09-22 Thread Markus Koschany
Author: apo
Date: 2016-09-22 17:15:35 + (Thu, 22 Sep 2016)
New Revision: 15891

Added:
   packages/tags/hitori/3.22.0-1/
   packages/tags/hitori/3.22.0-1/debian/changelog
   packages/tags/hitori/3.22.0-1/debian/compat
   packages/tags/hitori/3.22.0-1/debian/control
   packages/tags/hitori/3.22.0-1/debian/rules
Removed:
   packages/tags/hitori/3.22.0-1/debian/changelog
   packages/tags/hitori/3.22.0-1/debian/compat
   packages/tags/hitori/3.22.0-1/debian/control
   packages/tags/hitori/3.22.0-1/debian/rules
Log:
[svn-buildpackage] Tagging hitori 3.22.0-1

Deleted: packages/tags/hitori/3.22.0-1/debian/changelog
===
--- packages/trunk/hitori/debian/changelog  2016-09-20 19:06:46 UTC (rev 
15889)
+++ packages/tags/hitori/3.22.0-1/debian/changelog  2016-09-22 17:15:35 UTC 
(rev 15891)
@@ -1,107 +0,0 @@
-hitori (3.20.0-1) unstable; urgency=medium
-
-  * Team upload.
-  * Imported Upstream version 3.20.0.
-  * Do not install empty ChangeLog file.
-  * Declare compliance with Debian Policy 3.9.7.
-  * Export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
-  * Update debian/copyright to copyright format 1.0.
-  * debian/watch: Use version=4.
-
- -- Markus Koschany   Fri, 25 Mar 2016 18:43:38 +0100
-
-hitori (3.19.1-1) unstable; urgency=medium
-
-  * Team upload.
-  * Imported Upstream version 3.19.1.
-  * Vcs-Browser: Use https.
-  * Remove lintian override.
-
- -- Markus Koschany   Fri, 11 Dec 2015 01:05:20 +0100
-
-hitori (3.16.1-1) unstable; urgency=medium
-
-  * Team upload
-  * New upstream release
-  * Bump gtk build-dep to 3.15
-  * Bump standards-version to 3.9.6 (no changes)
-
- -- Jackson Doak   Mon, 22 Jun 2015 06:30:44 +1000
-
-hitori (3.14.0.1-1) unstable; urgency=medium
-
-  * Team upload
-  * New upstream release
-  * debian/control:
-- Bump gtk3 build-dep to >= 3.13.2
-
- -- Jackson Doak   Fri, 26 Sep 2014 11:59:33 +1000
-
-hitori (0.4.2-1) unstable; urgency=low
-
-  * Team upload.
-
-  [ Peter De Wachter ]
-  * New upstream version.
-  * Homepage moved to https://wiki.gnome.org/Apps/Hitori
-- updated references in packaging and upstream source.
-
-  [ Vincent Cheng ]
-  * New upstream release (0.4.2).
-  * Removed debian/patches/, applied upstream.
-  * Update Standards version to 3.9.5.
-
- -- Vincent Cheng   Fri, 28 Feb 2014 03:13:20 -0800
-
-hitori (0.4.0-1) unstable; urgency=low
-
-  * New upstream version.
-  * Switch to minimalist debian/rules with debhelper 9.
-- Use dh_autotools-dev to update and restore config.*.
-  * Use canonical Vcs-URI.
-  * Bumped Standards-Version to 3.9.4. No changes needed.
-
- -- Peter De Wachter   Sun, 30 Jun 2013 22:20:18 +0200
-
-hitori (0.3.2-1) unstable; urgency=low
-
-  * New upstream version.
-  * Fixed watch file.
-  * Bumped Standards-Version to 3.9.3. No changes needed.
-
- -- Peter De Wachter   Mon, 14 May 2012 21:27:50 +0200
-
-hitori (0.3.1-1) unstable; urgency=low
-
-  * New upstream version.
-  * License change: the documentation license is now
-Creative Commons Attribution-ShareAlike 3.0 unported. 
-  * Switch to dpkg-source 3.0 (quilt) format.
-  * Bumped Standards-Version to 3.9.2. No changes needed.
-
- -- Peter De Wachter   Sat, 18 Jun 2011 23:06:44 +0200
-
-hitori (0.2.3-1) unstable; urgency=low
-
-  * New upstream version.
-- Fixed bug in solution verification. (Closes: #552510)
-  * Added missing build-dependency on docbook-xml.
-  * Removed obsolete dh_scrollkeeper call.
-  * Bumped Standards-Version to 3.8.3. No changes needed. 
-
- -- Peter De Wachter   Sat, 07 Nov 2009 22:15:11 +0100
-
-hitori (0.2.2-1) unstable; urgency=low
-
-  * New upstream version.
-  * New upstrean website: updated watch file, etc.
-  * Removed obsolete dh_desktop call.
-  * Bumped Standards-Version to 3.8.1. No changes needed.
-
- -- Peter De Wachter   Sun, 26 Apr 2009 20:56:50 +0200
-
-hitori (0.2.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #490222)
-
- -- Peter De Wachter   Mon, 09 Mar 2009 23:29:38 +0100

Copied: packages/tags/hitori/3.22.0-1/debian/changelog (from rev 15890, 
packages/trunk/hitori/debian/changelog)
===
--- packages/tags/hitori/3.22.0-1/debian/changelog  
(rev 0)
+++ packages/tags/hitori/3.22.0-1/debian/changelog  2016-09-22 17:15:35 UTC 
(rev 15891)
@@ -0,0 +1,117 @@
+hitori (3.22.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 3.22.0.
+  * Switch to compat level 10.
+Remove autotools-dev build-dependency.
+  * Declare compliance with Debian Policy 3.9.8.
+
+ -- Markus Koschany   Thu, 22 Sep 2016 19:07:39 +0200
+
+hitori (3.20.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * 

r15890 - packages/trunk/hitori/debian

2016-09-22 Thread Markus Koschany
Author: apo
Date: 2016-09-22 17:15:22 + (Thu, 22 Sep 2016)
New Revision: 15890

Modified:
   packages/trunk/hitori/debian/changelog
   packages/trunk/hitori/debian/compat
   packages/trunk/hitori/debian/control
   packages/trunk/hitori/debian/rules
Log:
Release hitori 3.22.0-1


Modified: packages/trunk/hitori/debian/changelog
===
--- packages/trunk/hitori/debian/changelog  2016-09-20 19:06:46 UTC (rev 
15889)
+++ packages/trunk/hitori/debian/changelog  2016-09-22 17:15:22 UTC (rev 
15890)
@@ -1,3 +1,13 @@
+hitori (3.22.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 3.22.0.
+  * Switch to compat level 10.
+Remove autotools-dev build-dependency.
+  * Declare compliance with Debian Policy 3.9.8.
+
+ -- Markus Koschany   Thu, 22 Sep 2016 19:07:39 +0200
+
 hitori (3.20.0-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/hitori/debian/compat
===
--- packages/trunk/hitori/debian/compat 2016-09-20 19:06:46 UTC (rev 15889)
+++ packages/trunk/hitori/debian/compat 2016-09-22 17:15:22 UTC (rev 15890)
@@ -1 +1 @@
-9
+10

Modified: packages/trunk/hitori/debian/control
===
--- packages/trunk/hitori/debian/control2016-09-20 19:06:46 UTC (rev 
15889)
+++ packages/trunk/hitori/debian/control2016-09-22 17:15:22 UTC (rev 
15890)
@@ -4,12 +4,11 @@
 Maintainer: Debian Games Team 
 Uploaders: Peter De Wachter 
 Build-Depends:
- autotools-dev,
- debhelper (>= 9),
+ debhelper (>= 10),
  intltool,
  libgtk-3-dev (>= 3.15.0),
  yelp-tools
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Hitori
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/hitori/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/hitori/

Modified: packages/trunk/hitori/debian/rules
===
--- packages/trunk/hitori/debian/rules  2016-09-20 19:06:46 UTC (rev 15889)
+++ packages/trunk/hitori/debian/rules  2016-09-22 17:15:22 UTC (rev 15890)
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-   dh $@ --with autotools_dev
+   dh $@
 
 override_dh_auto_configure:
dh_auto_configure -- \


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