[SCM] Simple and fast multimedia library for C++ branch, master, updated. 973e238091962ba55f17470c72baac22c283e771

Christoph Egger Christoph.Egger at gmx.de
Sun Jun 15 08:22:43 UTC 2008


The following commit has been merged in the master branch:
commit 973e238091962ba55f17470c72baac22c283e771
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sun Jun 15 10:22:30 2008 +0200

     * renaming orig-tarball make target

diff --git a/debian/README.source b/debian/README.source
index 5ae301e..8f88c59 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -6,7 +6,7 @@ Description: Please read /usr/share/doc/quilt/README.source how to use
 
 Task: getting the used tarball
 Tools: make, wget
-Command: make -f debian/rules create_orig_tarball
+Command: make -f debian/rules get-orig-source
 Description: The tarball for libsfml was repacked from upstream to get rid of 
   some libraries that where built in upstream. Furthermore the executeable 
   status of parts of the samples where mistakenly set upstream and are fixed by 
diff --git a/debian/changelog b/debian/changelog
index 6395e0c..7fb3ed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ libsfml (1.2-3) UNRELEASED; urgency=low
   * clean rules improvement (thanks to gnoéri)
   * switching to Standards Version 3.8.0
     * Adding README.source
+  * Renaming make target for orig tarball to reflect
+    common way to do so
 
- -- Christoph Egger <Christoph.Egger at gmx.de>  Sat, 14 Jun 2008 14:43:41 +0200
+ -- Christoph Egger <Christoph.Egger at gmx.de>  Sun, 15 Jun 2008 10:20:59 +0200
 
 libsfml (1.2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index cb5f4bb..eff1c29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 version=1.2.0
 major=1
 
-create_orig_tarball:
+get-orig-source:
 	cd .. ; mkdir libsfml-1.2.orig ; cd libsfml-1.2.orig ; \
 		wget http://downloads.sourceforge.net/sfml/SFML-1.2-sdk-linux.tar.gz ; \
 		tar -xzf SFML-1.2-sdk-linux.tar.gz ; cd SFML-1.2 ; \

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list