[xwelltris] 01/01: Remove topgit

Christoph Egger christoph at moszumanska.debian.org
Wed Nov 1 13:10:03 UTC 2017


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

christoph pushed a commit to annotated tag debian/1.0.1-17
in repository xwelltris.

commit e87dd425a914caa63b515af03a7e1c9b9cc193a9
Author: Christoph Egger <christoph at debian.org>
Date:   Wed Nov 1 14:07:53 2017 +0100

    Remove topgit
    
    * Remove topgit
    * Update compat to 10
    * Update standards version
---
 debian/README.source |  5 -----
 debian/changelog     |  8 ++++++++
 debian/compat        |  2 +-
 debian/control       | 20 +++++++++++---------
 debian/copyright     |  3 +--
 debian/rules         |  4 +---
 6 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 102dd5a..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-Task: apply debian patches
-Tools: quilt
-Command: quilt push -a
-Description: Please read /usr/share/doc/quilt/README.source how to use
-  quilt for managing Debian patches
diff --git a/debian/changelog b/debian/changelog
index 6d3b656..0de8570 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xwelltris (1.0.1-17) unstable; urgency=medium
+
+  * Remove topgit
+  * Update compat to 10
+  * Update standards version
+
+ -- Christoph Egger <christoph at debian.org>  Wed, 01 Nov 2017 14:07:31 +0100
+
 xwelltris (1.0.1-16) unstable; urgency=medium
 
   [ Dariusz Dwornikowski ]
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 1a92b82..8a19e71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,21 @@ Source: xwelltris
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Christoph Egger <christoph at debian.org>
-Build-Depends: debhelper (>= 9~),
- quilt (>= 0.46-7~),
- autotools-dev (>= 20100122.1),
+Uploaders:
+ Christoph Egger <christoph at debian.org>
+Build-Depends:
+ debhelper (>= 10),
  libsdl-image1.2-dev
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-games/xwelltris.git/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/xwelltris.git
-Homepage: http://xnc.jinr.ru/xwelltris/
+Standards-Version: 4.1.1
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/xwelltris.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/xwelltris.git/
+Rules-Requires-Root: no
 
 Package: xwelltris
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: 3D Tetris like popular game similar to Welltris
  The idea of this game was by the Russian programmer Pogitnov. It has the same
  gameplay concept as Tetris.
diff --git a/debian/copyright b/debian/copyright
index 3df2040..3ce3c41 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Author: 
+Author:
   Leonid V. Khramov <leo at xnc.dubna.su>
   Irina V. Khramova
 Download: http://xnc.dubna.su/xwelltris/
@@ -108,4 +108,3 @@ License: GPL-2+
  .
  On Debian systems, the complete text of the GNU General Public License
  can be found in /usr/share/common-licenses/GPL-2 file.
-
diff --git a/debian/rules b/debian/rules
index 9ec33d9..e7a29c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-include  $(wildcard /usr/share/topgit/tg2quilt.mk)
-
 %:
-	dh $@ --with quilt,autotools_dev
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games --with-sdl

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



More information about the Pkg-games-commits mailing list