summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules5
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d88b988..a1b107c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ libsfml (1.5+repack1-1) unstable; urgency=low
* [b25d0c2c] lib/ is missing from time to time, just create it if
needed
* [eef4cb02] Update standards-Version to 3.8.1 (no changes needed)
-
+ * [08ae7680] rename doc package to drop the soversion part
+
-- Christoph Egger <debian@christoph-egger.org> Tue, 16 Jun 2009 10:54:09 +0200
libsfml (1.4+repack1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 356d632..fd0ca2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ get-orig-source:
find . \( -iname glew -o -iname glext -o -iname libjpeg \
-o -iname libpng -o -iname zlib -o -iname SOIL \) -print | xargs /bin/rm -rf ; \
find samples \( -name "*.jpg" -o -name "*.png" -o -name "*.[ch]pp" -o \
- -name "*.sfx" \) -print | xargs /bin/chmod a-x ; \
+ -name "*.sfx" \) -print | xargs /bin/chmod a-x ;
+ make mrproper ; \
cd .. ; rm SFML-1.5-sdk-linux-32.tar.gz; mv SFML-1.5/* . ; rm -r SFML-1.5
cd .. ; dpkg-source -b -su libsfml libsfml-1.5.orig
@@ -69,7 +70,7 @@ binary-arch: build install
dh_testroot
dh_installchangelogs
dh_installdocs
- dh_installexamples ;# ( cd debian/libsfml1.5-doc/usr/share/doc/libsfml1.4-doc/examples/ && make clean && chmod -R a-x .)
+ dh_installexamples
dh_install --fail-missing --sourcedir=debian/tmp
dh_installman
dh_link