[Debian-astro-commits] [stellarium] 03/03: d/changelog: new upstream version 0.13.1

Tomasz Buchert tombuc-guest at moszumanska.debian.org
Sun Oct 19 16:48:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

tombuc-guest pushed a commit to branch master
in repository stellarium.

commit 8a2e069aa0b49855dd1404e732f8ced8f15a11ce
Author: Tomasz Buchert <tomek.buchert at gmail.com>
Date:   Sun Oct 19 16:48:23 2014 +0200

    d/changelog: new upstream version 0.13.1
---
 debian/changelog                                   | 11 ++++++++
 debian/control                                     |  2 +-
 .../patches/0001-Don-t-use-mno-ms-bitfields.patch  | 32 ----------------------
 debian/patches/series                              |  1 -
 debian/stellarium-data.lintian-overrides           |  3 ++
 5 files changed, 15 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7589c7d..90deb54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+stellarium (0.13.1-1) unstable; urgency=medium
+
+  * Imported Upstream version 0.13.1
+  * Ensure proper Cmake version
+  * d/watch: veryfing tarball signatures
+  * d/patches: drop patches
+  * Bumped standards version to 3.9.6
+  * Override "package-contains-timestamped-gzip"
+
+ -- Tomasz Buchert <tomasz.buchert at inria.fr>  Sun, 19 Oct 2014 16:47:53 +0200
+
 stellarium (0.13.0-2) unstable; urgency=medium
 
   * Fix build problems on non-x86 archs (Closes: #755445)
diff --git a/debian/control b/debian/control
index d92c562..3887c6b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), cmake (>= 2.8.11), doxygen, zlib1g-dev,
  qtdeclarative5-dev (>= 5.2.1), qtdeclarative5-dev-tools (>= 5.2.1),
  qtquick1-5-dev (>= 5.2.1), qtscript5-dev (>= 5.2.1), qttools5-dev (>= 5.2.1),
  qttools5-dev-tools (>= 5.2.1), mesa-common-dev
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.stellarium.org
 Vcs-Git: git://anonscm.debian.org/debian-astro/packages/stellarium.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/stellarium.git
diff --git a/debian/patches/0001-Don-t-use-mno-ms-bitfields.patch b/debian/patches/0001-Don-t-use-mno-ms-bitfields.patch
deleted file mode 100644
index 440f15a..0000000
--- a/debian/patches/0001-Don-t-use-mno-ms-bitfields.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Tomasz Buchert <tomasz.buchert at inria.fr>
-Date: Sun, 20 Jul 2014 13:17:20 +0200
-Subject: Don't use -mno-ms-bitfields
-
--mno-ms-bittfields exists only on x86/x64 architectures.
-It makes the build process fail on more exotic
-architectures, however it is not even needed there.
----
- CMakeLists.txt | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4cb5f63..d3f76da 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,4 +1,4 @@
--
-+  
- CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
- 
- ########### Project name ###########
-@@ -41,7 +41,9 @@ ENDIF()
- 
- IF(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_GNUCC)
-   # The stars structs rely on gnu gcc packing of bit-fields.
--  SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mno-ms-bitfields")
-+  IF(WIN32)
-+    SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mno-ms-bitfields")
-+  ENDIF()
-   SET(GCC_VERSION "${CMAKE_CXX_COMPILER_VERSION}")
- ELSE()
-   SET(GCC_VERSION "0.0")
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 922a234..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Don-t-use-mno-ms-bitfields.patch
diff --git a/debian/stellarium-data.lintian-overrides b/debian/stellarium-data.lintian-overrides
new file mode 100644
index 0000000..4e984c1
--- /dev/null
+++ b/debian/stellarium-data.lintian-overrides
@@ -0,0 +1,3 @@
+stellarium-data: package-contains-timestamped-gzip usr/share/stellarium/data/base_locations.bin.gz
+# the gzipped file is provided in the upstream tarball
+# and as such is reproducible

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/stellarium.git



More information about the Debian-astro-commits mailing list