r8806 - packages/trunk/trigger-data/debian

Stefan Potyra sistpoty-guest at alioth.debian.org
Sun Feb 15 02:19:17 UTC 2009


Author: sistpoty-guest
Date: 2009-02-15 02:19:17 +0000 (Sun, 15 Feb 2009)
New Revision: 8806

Modified:
   packages/trunk/trigger-data/debian/
   packages/trunk/trigger-data/debian/changelog
   packages/trunk/trigger-data/debian/control
   packages/trunk/trigger-data/debian/rules
Log:
* debian/rules: cleanup
* debian/rules: don't install crap.obj
* debian/control: fix recommends to trigger-rally instead of trigger
* general: set svn-bp:origUrl




Property changes on: packages/trunk/trigger-data/debian
___________________________________________________________________
Name: svn-bp:origUrl
   + http://pkg-games.alioth.debian.org/tarballs/trigger-rally-data_0.5.2.orig.tar.gz

Modified: packages/trunk/trigger-data/debian/changelog
===================================================================
--- packages/trunk/trigger-data/debian/changelog	2009-02-15 01:48:06 UTC (rev 8805)
+++ packages/trunk/trigger-data/debian/changelog	2009-02-15 02:19:17 UTC (rev 8806)
@@ -23,8 +23,13 @@
   * debian/control: Change XS-Vcs-* to Vcs-*
   * Remove Homepage semi-field from description
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 03:08:48 +0100
+  [ Stefan Potyra ]
+  * debian/rules: don't install crap.obj, not needed.
+  * debian/rules: cleanup
+  * debian/control: bump standards-version.
 
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Sun, 15 Feb 2009 03:16:06 +0100
+
 trigger-data (0.5.2-1) unstable; urgency=low
 
   * Initial release.

Modified: packages/trunk/trigger-data/debian/control
===================================================================
--- packages/trunk/trigger-data/debian/control	2009-02-15 01:48:06 UTC (rev 8805)
+++ packages/trunk/trigger-data/debian/control	2009-02-15 02:19:17 UTC (rev 8806)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.0)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Uploaders: Stefan Potyra <sistpoty at ubuntu.com>, Gonéri Le Bouder <goneri at rulezlan.org>
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/trigger-data/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/trigger-data/?op=log
@@ -11,7 +11,7 @@
 
 Package: trigger-rally-data
 Architecture: all
-Recommends: trigger (>= 0.5.2)
+Recommends: trigger-rally (>= 0.5.2)
 Description: free 3D rally racing car game - data files
  Trigger is a free 3D rally car racing game. Fun for all the family! 
  You race a sequence of 6 courses, with increasing levels of difficulty.

Modified: packages/trunk/trigger-data/debian/rules
===================================================================
--- packages/trunk/trigger-data/debian/rules	2009-02-15 01:48:06 UTC (rev 8805)
+++ packages/trunk/trigger-data/debian/rules	2009-02-15 02:19:17 UTC (rev 8806)
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 # must match DATADIR of trigger package.
 DATADIR=usr/share/games/trigger
 # package name
@@ -18,9 +15,6 @@
 	textures\
 	vehicles
 
-# top-level files that are installed
-# FIXME is this needed?
-INSTALLFILES=crap.obj
 # top-level files that go to /etc and are linked to 
 # DATADIR
 LINKEDCONFFILES=trigger.config.defs
@@ -37,9 +31,6 @@
 	dh_installdirs
 
 	# manually installing all files
-	for i in $(INSTALLFILES); do\
-		cp $$i debian/$(PACKAGE)/$(DATADIR); \
-	done
 	for i in $(INSTALLDIRS); do\
 		cp -r $$i debian/$(PACKAGE)/$(DATADIR); \
 	done
@@ -66,22 +57,5 @@
 # we don't build anything!
 build:
 
-# just for convenience...
-#
-# directory where the .orig.tar.gz should reside... either relative to
-# top-src-dir or an absolute path.
-ORIGTARLOCATION ?= ../tarballs/
-get-orig-source:
-	UPSTREAMURL=$(shell uscan --dehs | grep upstream-url | cut -f 2 -d\> | cut -f 1 -d\<);\
-	UPSTREAMVERSION=$(shell uscan --dehs | grep debian-mangled-uversion | cut -f 2 -d\> | cut -f 1 -d\<);\
-	p=$$(pwd);\
-	cd $(ORIGTARLOCATION);\
-	wget $${UPSTREAMURL};\
-	bunzip2 trigger-$${UPSTREAMVERSION}-data.tar.bz2;\
-	gzip -9 trigger-$${UPSTREAMVERSION}-data.tar;\
-	ln -s trigger-$${UPSTREAMVERSION}-data.tar.gz $(PACKAGE)_$${UPSTREAMVERSION}.orig.tar.gz;\
-	cd $$p
-
-
 binary: binary-indep binary-arch
-.PHONY: binary-indep binary-arch binary install build get-orig-source
+.PHONY: binary-indep binary-arch binary install build




More information about the Pkg-games-commits mailing list