[SCM] Simple and fast multimedia library for C++ branch, sfml-ng, updated. 906dae824d697c597dd1a3c8eb6a89c025f06b9e
Christoph Egger
Christoph.Egger at gmx.de
Wed Dec 3 16:08:03 UTC 2008
The following commit has been merged in the sfml-ng branch:
commit 28006695dd986413294f728d92e81316fb1d42c3
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date: Wed Dec 3 16:52:53 2008 +0100
* Changes to buld against new snapshot
* Drop more patches applied upstream
* Refresh patch
diff --git a/debian/changelog b/debian/changelog
index 4a8f3bc..b3e2a4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsfml (1.4~svn944+repack1) unstable; urgency=low
+
+ * Importing another upstream snapshot
+
+ -- Christoph Egger <Christoph.Egger at gmx.de> Wed, 03 Dec 2008 16:43:21 +0100
+
libsfml (1.4~svn915-1) unstable; urgency=low
* New Upstream Version
diff --git a/debian/patches/linking_against_all_needed_libs.patch b/debian/patches/linking_against_all_needed_libs.patch
index 810b925..baa14cb 100644
--- a/debian/patches/linking_against_all_needed_libs.patch
+++ b/debian/patches/linking_against_all_needed_libs.patch
@@ -1,7 +1,7 @@
Index: libsfml/src/SFML/Graphics/Makefile
===================================================================
---- libsfml.orig/src/SFML/Graphics/Makefile 2008-11-01 23:09:41.000000000 +0100
-+++ libsfml/src/SFML/Graphics/Makefile 2008-11-01 23:12:36.000000000 +0100
+--- libsfml.orig/src/SFML/Graphics/Makefile 2008-12-03 16:46:21.000000000 +0100
++++ libsfml/src/SFML/Graphics/Makefile 2008-12-03 16:46:21.000000000 +0100
@@ -14,21 +14,19 @@
all: $(LIB)
@@ -29,8 +29,8 @@ Index: libsfml/src/SFML/Graphics/Makefile
@rm -rf $(LIBNAME)
Index: libsfml/src/SFML/Audio/Makefile
===================================================================
---- libsfml.orig/src/SFML/Audio/Makefile 2008-11-01 22:36:36.000000000 +0100
-+++ libsfml/src/SFML/Audio/Makefile 2008-11-01 23:09:51.000000000 +0100
+--- libsfml.orig/src/SFML/Audio/Makefile 2008-12-03 16:30:57.000000000 +0100
++++ libsfml/src/SFML/Audio/Makefile 2008-12-03 16:46:21.000000000 +0100
@@ -16,10 +16,10 @@
all: $(LIB)
@@ -46,9 +46,9 @@ Index: libsfml/src/SFML/Audio/Makefile
$(CPP) -o $@ -c $< $(CFLAGS)
Index: libsfml/src/SFML/Makefile
===================================================================
---- libsfml.orig/src/SFML/Makefile 2008-11-01 23:09:40.000000000 +0100
-+++ libsfml/src/SFML/Makefile 2008-11-01 23:09:51.000000000 +0100
-@@ -35,16 +35,16 @@
+--- libsfml.orig/src/SFML/Makefile 2008-12-03 16:31:05.000000000 +0100
++++ libsfml/src/SFML/Makefile 2008-12-03 16:46:21.000000000 +0100
+@@ -36,16 +36,16 @@
sfml-system:
@(cd ./System && $(MAKE))
@@ -70,8 +70,8 @@ Index: libsfml/src/SFML/Makefile
.PHONY: clean mrproper
Index: libsfml/src/SFML/Window/Makefile
===================================================================
---- libsfml.orig/src/SFML/Window/Makefile 2008-11-01 23:09:41.000000000 +0100
-+++ libsfml/src/SFML/Window/Makefile 2008-11-01 23:09:51.000000000 +0100
+--- libsfml.orig/src/SFML/Window/Makefile 2008-12-03 16:46:21.000000000 +0100
++++ libsfml/src/SFML/Window/Makefile 2008-12-03 16:46:21.000000000 +0100
@@ -14,10 +14,10 @@
all: $(LIB)
diff --git a/debian/patches/series b/debian/patches/series
index 80cb19c..14f04fa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,3 @@
-modifying_toplevel_makefile
-add_destdir_to_makefiles.patch
add_script_header_to_example_makefiles.patch
removing_removed_sources_from_makefiles.patch
patching_files_as_needed_by_repackaging.patch
diff --git a/debian/rules b/debian/rules
index 706c141..a65fde0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,12 +37,12 @@ build-stamp: configure-stamp
touch $@
clean: unpatch
- find lib -name "*so*" -exec rm {} \;
+ #find lib -name "*so*" -exec rm {} \;
dh_testdir
dh_testroot
# Add here commands to clean up after the build process.
- $(MAKE) clean
+ $(MAKE) mrproper
rm -Rf .pc
--
Simple and fast multimedia library for C++
More information about the Pkg-games-commits
mailing list