[gweled] 04/72: Convert to 3.0 (quilt) source format

Stephen Kitt skitt at moszumanska.debian.org
Thu May 26 16:55:41 UTC 2016


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

skitt pushed a commit to branch debian-sid
in repository gweled.

commit e37f79e3219b348f26de29242057ea0ce5ed4e7c
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue May 18 12:49:13 2010 +0200

    Convert to 3.0 (quilt) source format
---
 debian/control       | 12 ++++++++----
 debian/control.in    | 17 -----------------
 debian/rules         | 26 ++++++++++----------------
 debian/source/format |  1 +
 4 files changed, 19 insertions(+), 37 deletions(-)

diff --git a/debian/control b/debian/control
index 3abb4dd..42093b4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,14 @@
 Source: gweled
 Section: games
 Priority: optional
-Maintainer: Sven Arvidsson <sa at whiz.se>
-Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, libgnomecanvas2-dev, libglade2-dev, libgnomeui-dev, librsvg2-dev, libmikmod2-dev
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.6.4
+Maintainer: Ondřej Surý <ondrej at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+	       quilt (>= 0.46-7~),
+	       libgnomecanvas2-dev,
+	       librsvg2-dev,
+	       libmikmod2-dev
+Standards-Version: 3.8.4
+Homepage: https://launchpad.net/gweled 
 
 Package: gweled
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index acf4c0e..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: gweled
-Section: games
-Priority: optional
-Maintainer: Ondřej Surý <ondrej at debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs, gnome-pkg-tools, libgnomecanvas2-dev, librsvg2-dev, libmikmod2-dev
-Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.4
-
-Package: gweled
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A "Diamond Mine" puzzle game
- Gweled is a Gnome version of a popular PalmOS/Windows/Java
- game called "Bejeweled" or "Diamond Mine". The aim of the game
- is to make alignment of 3 or more gems, both vertically
- or horizontally by swapping adjacent gems. The game ends
- when there are no possible moves left.
diff --git a/debian/rules b/debian/rules
index d2c7033..4e1b241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,18 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-GNOME_DOWNLOAD_URL = http://launchpad.net/gweled/trunk/0.8/+download/$(GNOME_TARBALL)
+export DH_OPTIONS
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+export DEB_BUILD_HARDENING=1
 
 DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games --localstatedir=/var
 DEB_DH_FIXPERMS_ARGS := -X/var/games/.*scores -X/usr/games
 
-CFLAGS := -Wall -g -rdynamic
+%:
+	dh --with quilt $@
 
-# Ensure at build time that the library has no dependencies on undefined
-# symbols.
-LDFLAGS += -Wl,-z,defs
-
-# Speed up loading.
-LDFLAGS += -Wl,-O1
-
-binary-post-install/gweled::
-	chmod u+w $(CURDIR)/debian/gweled/usr/games/*
+override_dh_auto_configure:
+	dh_auto
+	dh_auto_configure -- --bindir=\$${prefix}/games --localstatedir=/var
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



More information about the Pkg-games-commits mailing list