r14112 - packages/trunk/tatan/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Mon May 20 21:47:46 UTC 2013


Author: pdewacht-guest
Date: 2013-05-20 21:47:46 +0000 (Mon, 20 May 2013)
New Revision: 14112

Added:
   packages/trunk/tatan/debian/tatan.manpages
Modified:
   packages/trunk/tatan/debian/changelog
   packages/trunk/tatan/debian/compat
   packages/trunk/tatan/debian/control
   packages/trunk/tatan/debian/copyright
   packages/trunk/tatan/debian/rules
Log:
tatan: packaging cleanup


Modified: packages/trunk/tatan/debian/changelog
===================================================================
--- packages/trunk/tatan/debian/changelog	2013-05-20 21:38:59 UTC (rev 14111)
+++ packages/trunk/tatan/debian/changelog	2013-05-20 21:47:46 UTC (rev 14112)
@@ -1,6 +1,9 @@
 tatan (1.0.dfsg1-4) UNRELEASED; urgency=low
 
   * Ported to D language version 2 (closes: #707270)
+  * Updated upstream homepage
+  * Switch dh-style minimal rules file
+  * Conforms to standards 3.9.4
 
  -- Peter De Wachter <pdewacht at gmail.com>  Mon, 20 May 2013 23:36:39 +0200
 

Modified: packages/trunk/tatan/debian/compat
===================================================================
--- packages/trunk/tatan/debian/compat	2013-05-20 21:38:59 UTC (rev 14111)
+++ packages/trunk/tatan/debian/compat	2013-05-20 21:47:46 UTC (rev 14112)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/tatan/debian/control
===================================================================
--- packages/trunk/tatan/debian/control	2013-05-20 21:38:59 UTC (rev 14111)
+++ packages/trunk/tatan/debian/control	2013-05-20 21:47:46 UTC (rev 14112)
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
-Build-Depends: debhelper (>= 5), gdc,
+Build-Depends: debhelper (>= 9), gdc,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
  libsdl1.2-dev, libsdl-mixer1.2-dev
-Standards-Version: 3.9.2
-Homepage: http://hizuoka.web.fc2.com/game/tatan/index_en.html
+Standards-Version: 3.9.4
+Homepage: http://hiz.fool.jp/hp/game/tatan/index_en.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tatan/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tatan/?op=log
 DM-Upload-Allowed: yes

Modified: packages/trunk/tatan/debian/copyright
===================================================================
--- packages/trunk/tatan/debian/copyright	2013-05-20 21:38:59 UTC (rev 14111)
+++ packages/trunk/tatan/debian/copyright	2013-05-20 21:47:46 UTC (rev 14112)
@@ -75,8 +75,8 @@
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+On Debian systems, the complete text of the GNU Lesser General Public
+License version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
 
 
 import/smpeg.d:
@@ -96,8 +96,8 @@
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+On Debian systems, the complete text of the GNU General Pubic
+License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 
 
 src/util/rand.d:
@@ -130,5 +130,5 @@
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
-The Debian packaging is (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2007, Miriam Ruiz <little_miry at yahoo.es>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Modified: packages/trunk/tatan/debian/rules
===================================================================
--- packages/trunk/tatan/debian/rules	2013-05-20 21:38:59 UTC (rev 14111)
+++ packages/trunk/tatan/debian/rules	2013-05-20 21:47:46 UTC (rev 14112)
@@ -1,72 +1,20 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-	DFLAGS = -g -debug -d
+	DFLAGS = -fdebug
 else
-	CFLAGS += -O2
-	DFLAGS = -O -g -release -d
+	DFLAGS = -frelease
 endif
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	touch $@
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
+%:
+	dh $@
 
-build-stamp: configure-stamp 
-	dh_testdir
-	#ant -v
-	$(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)"
-	touch $@
+override_dh_auto_build:
+	dh_auto_build -- DFLAGS="$(DFLAGS)"
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	#ant -v clean
-	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f tatan
-	rm -f `find . -name "*.o"`
-	dh_clean 
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
 
-# Build architecture-independent files here.
-binary-indep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	dh_install
-	dh_installmenu
-	dh_installman debian/*.6
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
 get-orig-source:
 	dh_testdir
 	dh_testroot
@@ -81,6 +29,3 @@
 	rm tatan/se/*
 	tar cvfz ../tatan_1.0.dfsg1.orig.tar.gz tatan
 	rm -rf tatan.zip tatan
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source

Added: packages/trunk/tatan/debian/tatan.manpages
===================================================================
--- packages/trunk/tatan/debian/tatan.manpages	                        (rev 0)
+++ packages/trunk/tatan/debian/tatan.manpages	2013-05-20 21:47:46 UTC (rev 14112)
@@ -0,0 +1 @@
+debian/tatan.6




More information about the Pkg-games-commits mailing list