[torcs] 02/17: Sync with latest patches.

Rudy Godoy rudy at moszumanska.debian.org
Fri Jul 1 05:30:30 UTC 2016


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

rudy pushed a commit to branch master
in repository torcs.

commit 319b2d28d4c71a937f30f8652af3fdb4b8044bfe
Author: Rudy Godoy <rudy at stone-head.org>
Date:   Sat Jan 23 14:36:54 2016 -0500

    Sync with latest patches.
---
 debian/README.Debian-source | 12 ++++++++++++
 debian/changelog            | 20 ++++++++++++++++++++
 debian/control              |  2 +-
 debian/rules                | 10 ++++++++++
 4 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian-source b/debian/README.Debian-source
index c2e510f..cbdc9dc 100644
--- a/debian/README.Debian-source
+++ b/debian/README.Debian-source
@@ -1,3 +1,15 @@
+torcs (1.3.3+dfsg-0.1) unstable; urgency=low
+
+  * Repack source package:
+     tar xaf torcs_1.3.3.orig.tar.bz2
+     find torcs-1.3.3 -type d -name CVS | xargs rm -r
+     rm -r torcs-1.3.3/src/windows
+     mv torcs-1.3.3 torcs-1.3.3+dfsg
+     tar -cf torcs_1.3.3+dfsg.orig.tar torcs-1.3.3+dfsg
+     xz torcs_1.3.3+dfsg.orig.tar
+
+ -- David Prévot <taffit at debian.org>  Thu, 23 Aug 2012 20:53:34 -0400
+
 torcs (1.3.3-2) unstable; urgency=low
 
   * Package building now uses upstream's "all-in-one" source package.
diff --git a/debian/changelog b/debian/changelog
index a91a890..7620224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+torcs (1.3.3+dfsg-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change libpng12-dev build dependency to libpng-dev (and remove
+    version constraint, not possible for virtual dependencies)
+    to ease libpng transition (Closes: #662522)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 21 Jan 2016 16:10:48 +0100
+
+torcs (1.3.3+dfsg-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Repack source, removing src/windows including libraries for Win32 in
+    binary form only, and useless CVS directories. (Closes: #685144)
+  * debian/rules: protect automatically modified files during the source
+    building, restore them at the end of the process, and remove other extra
+    files during the clean target. (Closes: #684845)
+
+ -- David Prévot <taffit at debian.org>  Fri, 24 Aug 2012 01:08:42 -0400
+
 torcs (1.3.3-6) unstable; urgency=low
 
   * Resolved Lintian warnings
diff --git a/debian/control b/debian/control
index e8cdacb..b41bde6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: torcs
 Section: games
 Priority: optional
 Maintainer: Rudy Godoy <rudy at stone-head.org>
-Build-Depends: debhelper (>= 7.0), libgl1-mesa-dev, libplib-dev, freeglut3-dev (>= 2.2.0), libpng12-dev (>= 1.2.8), zlib1g-dev (>= 1.2.1.1), libx11-dev (>= 6.8.2), libxt-dev (>= 6.8.2), libxmu-dev (>= 6.8.2), libxxf86vm-dev (>= 6.8.2), cdbs, libopenal-dev, libalut-dev (>= 1.0.0), libxi-dev, libxrender-dev, libxrandr-dev, autoconf, automake1.11, libtool, libvorbis-dev, autotools-dev
+Build-Depends: debhelper (>= 7.0), libgl1-mesa-dev, libplib-dev, freeglut3-dev (>= 2.2.0), libpng-dev, zlib1g-dev (>= 1.2.1.1), libx11-dev (>= 6.8.2), libxt-dev (>= 6.8.2), libxmu-dev (>= 6.8.2), libxxf86vm-dev (>= 6.8.2), cdbs, libopenal-dev, libalut-dev (>= 1.0.0), libxi-dev, libxrender-dev, libxrandr-dev, autoconf, automake1.11, libtool, libvorbis-dev, autotools-dev
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-games/torcs.git
diff --git a/debian/rules b/debian/rules
index d7daaec..39e97bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,16 @@ cleanbuilddir/torcs::
 # remove VCS files present in source
 	find $(CURDIR) -type d -name "CVS" | xargs rm -rf
 	rm -f $(CURDIR)/debian/stamp*
+	mkdir debian/memory
+	cp Make-config config.h src/doc/torcsdoc.conf debian/memory
+
+clean::
+	cp debian/memory/Make-config debian/memory/config.h .
+	cp debian/memory/torcsdoc.conf src/doc/
+	rm -f src/linux/torcs src/tools/accc/accc src/tools/nfs2ac/nfs2ac \
+	   src/tools/nfsperf/nfsperf src/tools/texmapper/texmapper \
+	   src/tools/trackgen/trackgen stamp-h1
+	rm -r debian/memory
 
 binary-predeb/torcs::
 # removing shipped Makefiles 

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



More information about the Pkg-games-commits mailing list