[SCM] C Bindings for the SFML Library branch, master, updated. upstream/1.5-49-gfed035e
Christoph Egger
Christoph.Egger at gmx.de
Sat Aug 22 16:15:22 UTC 2009
The following commit has been merged in the master branch:
commit ff627fc32d4b53ef48c11ec1a7a8040e96e59955
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date: Wed Aug 5 11:08:33 2009 +0200
Fix indentation of changelog
Remove unneeded *.dirs
Use make -C in rules
diff --git a/debian/changelog b/debian/changelog
index 229adf4..00a9d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ libcsfml (1.5-1) unstable; urgency=low
* [59f7d4fa] Bump standards version to 3.8.2 (no changes)
* remove additional priority
--- Christoph Egger <debian at christoph-egger.org> Tue, 28 Jul 2009 11:56:25 +0200
+ -- Christoph Egger <debian at christoph-egger.org> Tue, 28 Jul 2009 11:56:25 +0200
libcsfml (1.4-2) unstable; urgency=low
diff --git a/debian/libcsfml-audio1.5.dirs b/debian/libcsfml-audio1.5.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/libcsfml-audio1.5.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/libcsfml-dev.dirs b/debian/libcsfml-dev.dirs
deleted file mode 100644
index 4418816..0000000
--- a/debian/libcsfml-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff --git a/debian/libcsfml-graphics1.5.dirs b/debian/libcsfml-graphics1.5.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/libcsfml-graphics1.5.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/libcsfml-network1.5.dirs b/debian/libcsfml-network1.5.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/libcsfml-network1.5.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/libcsfml-window1.5.dirs b/debian/libcsfml-window1.5.dirs
deleted file mode 100644
index 6845771..0000000
--- a/debian/libcsfml-window1.5.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/rules b/debian/rules
index f70b75e..898b6cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,8 @@ build: build-stamp
build-stamp: $(QUILT_STAMPFN)
dh_testdir
- # Add here commands to compile the package.
- cd CSFML && $(MAKE)
+# Add here commands to compile the package.
+ $(MAKE) -C CSFML
touch $@
@@ -29,9 +29,9 @@ clean: unpatch
dh_testdir
dh_testroot
- # Add here commands to clean up after the build process.
- cd CSFML && $(MAKE) mrproper
-
+# Add here commands to clean up after the build process.
+ $(MAKE) -C CSFML mrproper
+
rm -Rf .pc
dh_clean build-stamp configure-stamp
@@ -42,8 +42,8 @@ install: build
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/tmp
- cd CSFML && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr install
+# Add here commands to install the package into debian/tmp
+ $(MAKE) -C CSFML DESTDIR=$(CURDIR)/debian/tmp/usr install
# Build architecture-independent files here.
--
C Bindings for the SFML Library
More information about the Pkg-games-commits
mailing list