Author: bdefreese
Date: 2009-03-23 16:06:53 +0000 (Mon, 23 Mar 2009)
New Revision: 9251

Added:
   packages/trunk/libphysfs/debian/libphysfs1.install
   packages/trunk/libphysfs/debian/libphysfs1.symbols
Removed:
   packages/trunk/libphysfs/debian/libphysfs-1.0-0.install
   packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols
Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/docs
   packages/trunk/libphysfs/debian/libphysfs-dev.doc-base
   packages/trunk/libphysfs/debian/libphysfs-dev.install
   packages/trunk/libphysfs/debian/patches/series
   packages/trunk/libphysfs/debian/rules
Log:
  * Upload new upstream to unstable.
  * Add Provides and Conflicts for libphysfs-1.0-0.
    + Add appropriate symlink.
  * Drop 02_soname.patch, no longer needed.
Sync with experimental uploads.
Update changelog to reflect experimental uploads.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog   2009-03-23 12:10:53 UTC (rev 
9250)
+++ packages/trunk/libphysfs/debian/changelog   2009-03-23 16:06:53 UTC (rev 
9251)
@@ -1,3 +1,36 @@
+libphysfs (2.0.0-2) unstable; urgency=low
+
+  [ Barry deFreese ]
+  * Upload new upstream to unstable.
+  * Add Provides and Conflicts for libphysfs-1.0-0.
+    + Add appropriate symlink.
+  * Drop 02_soname.patch, no longer needed.
+
+ -- Barry deFreese <[email protected]>  Mon, 23 Mar 2009 11:52:31 -0400
+
+libphysfs (2.0.0-1) experimental; urgency=low
+
+  [ Barry deFreese ]
+  * New upstream release.
+  * Bump Standards Version to 3.8.1. (No changes needed).
+
+ -- Barry deFreese <[email protected]>  Mon, 23 Mar 2009 10:26:34 -0400
+
+libphysfs (1.1.1-1) experimental; urgency=low
+
+  [ Patrick Matthäi ]
+  * Add missing ${misc:Depends}. Thanks lintian.
+
+  [ Barry deFreese ]
+  * New upstream release.
+  * Rename binary for SONAME bump.
+  * Fix symbols file. (Thanks to Paul Wise).
+  * Don't install bogus manpage links.
+  * Remove duplicated sections from binary packages.
+  * Add description to quilt patch.
+
+ -- Barry deFreese <[email protected]>  Sun, 01 Mar 2009 18:05:01 -0500
+
 libphysfs (1.0.1-3) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control     2009-03-23 12:10:53 UTC (rev 
9250)
+++ packages/trunk/libphysfs/debian/control     2009-03-23 16:06:53 UTC (rev 
9251)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Barry deFreese <[email protected]>, Patrick Matthäi 
<[email protected]>
-Build-Depends: debhelper (>= 5.0.0), quilt, doxygen, autotools-dev, 
zlib1g-dev, libreadline5-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5.0.0), quilt, cmake, doxygen, autotools-dev, 
zlib1g-dev, libreadline5-dev
+Standards-Version: 3.8.1
 Homepage: http://www.icculus.org/physfs/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libphysfs/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/libphysfs/?op=log
@@ -12,7 +12,7 @@
 Package: libphysfs-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libphysfs-1.0-0 (= ${binary:Version})
+Depends: ${misc:Depends}, libphysfs1 (= ${binary:Version})
 Description: filesystem abstraction library for game programmers (development 
headers)
  The PhysicsFS filesystem abstraction library provides a simple C
  interface to aid game programmers in utilizing game assets packaged in
@@ -20,19 +20,21 @@
  .
  This package contains the development libraries and headers.
 
-Package: libphysfs-1.0-0
+Package: libphysfs1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libphysfs-1.0-0
+Conflicts: libphysfs-1.0-0
 Description: filesystem abstraction library for game programmers
  The PhysicsFS filesystem abstraction library provides a simple C
  interface to aid game programmers in utilizing game assets packaged in
  many different types of archive files.
 
-Package: libphysfs-1.0-0-dbg
+Package: libphysfs1-dbg
 Architecture: any
-Depends: ${misc:Depends}, libphysfs-1.0-0 (= ${binary:Version})
+Depends: ${misc:Depends}, libphysfs1 (= ${binary:Version})
 Priority: extra
-Description: debug symbols package for libphysfs
+Description: filesystem abstraction library for game programmers (debug 
symbols)
  The PhysicsFS filesystem abstraction library provides a simple C
  interface to aid game programmers in utilizing game assets packaged in
  many different types of archive files.

Modified: packages/trunk/libphysfs/debian/docs
===================================================================
--- packages/trunk/libphysfs/debian/docs        2009-03-23 12:10:53 UTC (rev 
9250)
+++ packages/trunk/libphysfs/debian/docs        2009-03-23 16:06:53 UTC (rev 
9251)
@@ -1,2 +1,2 @@
-TODO
-CREDITS
+TODO.txt
+CREDITS.txt

Deleted: packages/trunk/libphysfs/debian/libphysfs-1.0-0.install
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-1.0-0.install     2009-03-23 
12:10:53 UTC (rev 9250)
+++ packages/trunk/libphysfs/debian/libphysfs-1.0-0.install     2009-03-23 
16:06:53 UTC (rev 9251)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib

Deleted: packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols     2009-03-23 
12:10:53 UTC (rev 9250)
+++ packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols     2009-03-23 
16:06:53 UTC (rev 9251)
@@ -1,130 +0,0 @@
-libphysfs-1.0.so.0 libphysfs-1.0-0 #MINVER#
- physfs_addtosearchp...@base 1.0.1-0
- physfs_cl...@base 1.0.1-0
- physfs_dei...@base 1.0.1-0
- physfs_del...@base 1.0.1-0
- physfs_enumeratefi...@base 1.0.1-0
- physfs_...@base 1.0.1-0
- physfs_exi...@base 1.0.1-0
- physfs_filelen...@base 1.0.1-0
- physfs_fl...@base 1.0.1-0
- physfs_freel...@base 1.0.1-0
- physfs_getbase...@base 1.0.1-0
- physfs_getcdromd...@base 1.0.1-0
- physfs_getdirsepara...@base 1.0.1-0
- physfs_getlaster...@base 1.0.1-0
- physfs_getlastmodt...@base 1.0.1-0
- physfs_getlinkedvers...@base 1.0.1-0
- physfs_getreal...@base 1.0.1-0
- physfs_getsearchp...@base 1.0.1-0
- physfs_getuser...@base 1.0.1-0
- physfs_getwrite...@base 1.0.1-0
- physfs_i...@base 1.0.1-0
- physfs_isdirect...@base 1.0.1-0
- physfs_issymbolicl...@base 1.0.1-0
- physfs_mk...@base 1.0.1-0
- physfs_openapp...@base 1.0.1-0
- physfs_openr...@base 1.0.1-0
- physfs_openwr...@base 1.0.1-0
- physfs_permitsymbolicli...@base 1.0.1-0
- physfs_r...@base 1.0.1-0
- physfs_readsb...@base 1.0.1-0
- physfs_readsb...@base 1.0.1-0
- physfs_readsb...@base 1.0.1-0
- physfs_readsl...@base 1.0.1-0
- physfs_readsl...@base 1.0.1-0
- physfs_readsl...@base 1.0.1-0
- physfs_readub...@base 1.0.1-0
- physfs_readub...@base 1.0.1-0
- physfs_readub...@base 1.0.1-0
- physfs_readul...@base 1.0.1-0
- physfs_readul...@base 1.0.1-0
- physfs_readul...@base 1.0.1-0
- physfs_removefromsearchp...@base 1.0.1-0
- physfs_s...@base 1.0.1-0
- physfs_setbuf...@base 1.0.1-0
- physfs_setsanecon...@base 1.0.1-0
- physfs_setwrite...@base 1.0.1-0
- physfs_supportedarchivety...@base 1.0.1-0
- physfs_swapsb...@base 1.0.1-0
- physfs_swapsb...@base 1.0.1-0
- physfs_swapsb...@base 1.0.1-0
- physfs_swapsl...@base 1.0.1-0
- physfs_swapsl...@base 1.0.1-0
- physfs_swapsl...@base 1.0.1-0
- physfs_swapub...@base 1.0.1-0
- physfs_swapub...@base 1.0.1-0
- physfs_swapub...@base 1.0.1-0
- physfs_swapul...@base 1.0.1-0
- physfs_swapul...@base 1.0.1-0
- physfs_swapul...@base 1.0.1-0
- physfs_t...@base 1.0.1-0
- physfs_wr...@base 1.0.1-0
- physfs_writesb...@base 1.0.1-0
- physfs_writesb...@base 1.0.1-0
- physfs_writesb...@base 1.0.1-0
- physfs_writesl...@base 1.0.1-0
- physfs_writesl...@base 1.0.1-0
- physfs_writesl...@base 1.0.1-0
- physfs_writeub...@base 1.0.1-0
- physfs_writeub...@base 1.0.1-0
- physfs_writeub...@base 1.0.1-0
- physfs_writeul...@base 1.0.1-0
- physfs_writeul...@base 1.0.1-0
- physfs_writeul...@base 1.0.1-0
- __physfs_archiveinfo_...@base 1.0.1-0
- __physfs_archiveinfo_...@base 1.0.1-0
- __physfs_archiveinfo_...@base 1.0.1-0
- __physfs_archiveinfo_...@base 1.0.1-0
- __physfs_archiveinfo_q...@base 1.0.1-0
- __physfs_archiveinfo_...@base 1.0.1-0
- __physfs_archiveinfo_...@base 1.0.1-0
- __physfs_dirfunctions_...@base 1.0.1-0
- __physfs_dirfunctions_...@base 1.0.1-0
- __physfs_dirfunctions_...@base 1.0.1-0
- __physfs_dirfunctions_...@base 1.0.1-0
- __physfs_dirfunctions_q...@base 1.0.1-0
- __physfs_dirfunctions_...@base 1.0.1-0
- __physfs_dirfunctions_...@base 1.0.1-0
- __physfs_addtolinkedstringl...@base 1.0.1-0
- __physfs_converttodepend...@base 1.0.1-0
- __physfs_platformcalcbase...@base 1.0.1-0
- __physfs_platformcl...@base 1.0.1-0
- __physfs_platformcopyenvironmentvaria...@base 1.0.1-0
- __physfs_platformcreatemu...@base 1.0.1-0
- __physfs_platformcurrent...@base 1.0.1-0
- __physfs_platformcvttodepend...@base 1.0.1-0
- __physfs_platformdei...@base 1.0.1-0
- __physfs_platformdel...@base 1.0.1-0
- __physfs_platformdestroymu...@base 1.0.1-0
- __physfs_platformdetectavailable...@base 1.0.1-0
- __physfs_platformdirsepara...@base 1.0.1-0
- __physfs_platform...@base 1.0.1-0
- __physfs_platformenumeratefi...@base 1.0.1-0
- __physfs_platformexi...@base 1.0.1-0
- __physfs_platformfilelen...@base 1.0.1-0
- __physfs_platformfl...@base 1.0.1-0
- __physfs_platformgetlastmodt...@base 1.0.1-0
- __physfs_platformgetthrea...@base 1.0.1-0
- __physfs_platformgetuser...@base 1.0.1-0
- __physfs_platformgetusern...@base 1.0.1-0
- __physfs_platformgrabmu...@base 1.0.1-0
- __physfs_platformi...@base 1.0.1-0
- __physfs_platformisdirect...@base 1.0.1-0
- __physfs_platformissyml...@base 1.0.1-0
- __physfs_platformmk...@base 1.0.1-0
- __physfs_platformopenapp...@base 1.0.1-0
- __physfs_platformopenr...@base 1.0.1-0
- __physfs_platformopenwr...@base 1.0.1-0
- __physfs_platformr...@base 1.0.1-0
- __physfs_platformrealp...@base 1.0.1-0
- __physfs_platformreleasemu...@base 1.0.1-0
- __physfs_platforms...@base 1.0.1-0
- __physfs_platformstri...@base 1.0.1-0
- __physfs_platformstrni...@base 1.0.1-0
- __physfs_platformt...@base 1.0.1-0
- __physfs_platformtimesl...@base 1.0.1-0
- __physfs_platformwr...@base 1.0.1-0
- __physfs_seter...@base 1.0.1-0
- __physfs_s...@base 1.0.1-0
- __physfs_verifysecur...@base 1.0.1-0

Modified: packages/trunk/libphysfs/debian/libphysfs-dev.doc-base
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-dev.doc-base      2009-03-23 
12:10:53 UTC (rev 9250)
+++ packages/trunk/libphysfs/debian/libphysfs-dev.doc-base      2009-03-23 
16:06:53 UTC (rev 9251)
@@ -1,9 +1,9 @@
-Document: libphysfs-1.0-0-api
+Document: libphysfs1-2.0-0-api
 Title: PhysicsFS API Documentation
 Author: Ryan Gordon <[email protected]>
-Abstract: This manual describes the C API for libphysfs.
+Abstract: This manual describes the C API for libphysfs1.
 Section: Games/Tools
 
 Format: HTML
-Index: /usr/share/doc/libphysfs-1.0-0/html/index.html
-Files: /usr/share/doc/libphysfs-1.0-0/html/*.html
+Index: /usr/share/doc/libphysfs1/html/index.html
+Files: /usr/share/doc/libphysfs1/html/*.html

Modified: packages/trunk/libphysfs/debian/libphysfs-dev.install
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-dev.install       2009-03-23 
12:10:53 UTC (rev 9250)
+++ packages/trunk/libphysfs/debian/libphysfs-dev.install       2009-03-23 
16:06:53 UTC (rev 9251)
@@ -2,5 +2,5 @@
 debian/tmp/usr/lib/lib*.a usr/lib
 debian/tmp/usr/lib/lib*.so usr/lib
 debian/tmp/usr/lib/lib*.la usr/lib
-docs/html/* usr/share/doc/libphysfs-1.0-0/html
-docs/latex/* usr/share/doc/libphysfs-1.0-0/latex
+docs/html/* usr/share/doc/libphysfs1/html
+docs/latex/* usr/share/doc/libphysfs1/latex

Added: packages/trunk/libphysfs/debian/libphysfs1.install
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs1.install                          
(rev 0)
+++ packages/trunk/libphysfs/debian/libphysfs1.install  2009-03-23 16:06:53 UTC 
(rev 9251)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.* usr/lib

Added: packages/trunk/libphysfs/debian/libphysfs1.symbols
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs1.symbols                          
(rev 0)
+++ packages/trunk/libphysfs/debian/libphysfs1.symbols  2009-03-23 16:06:53 UTC 
(rev 9251)
@@ -0,0 +1,87 @@
+libphysfs.so.1 libphysfs1 #MINVER#
+ physfs_addtosearchp...@base 1.1.1
+ physfs_cl...@base 1.1.1
+ physfs_dei...@base 1.1.1
+ physfs_del...@base 1.1.1
+ physfs_enumeratefi...@base 1.1.1
+ physfs_enumeratefilescallb...@base 1.1.1
+ physfs_...@base 1.1.1
+ physfs_exi...@base 1.1.1
+ physfs_filelen...@base 1.1.1
+ physfs_fl...@base 1.1.1
+ physfs_freel...@base 1.1.1
+ physfs_getbase...@base 1.1.1
+ physfs_getcdromd...@base 1.1.1
+ physfs_getcdromdirscallb...@base 1.1.1
+ physfs_getdirsepara...@base 1.1.1
+ physfs_getlaster...@base 1.1.1
+ physfs_getlastmodt...@base 1.1.1
+ physfs_getlinkedvers...@base 1.1.1
+ physfs_getmountpo...@base 1.1.1
+ physfs_getreal...@base 1.1.1
+ physfs_getsearchp...@base 1.1.1
+ physfs_getsearchpathcallb...@base 1.1.1
+ physfs_getuser...@base 1.1.1
+ physfs_getwrite...@base 1.1.1
+ physfs_i...@base 1.1.1
+ physfs_isdirect...@base 1.1.1
+ physfs_isi...@base 1.1.1
+ physfs_issymbolicl...@base 1.1.1
+ physfs_mk...@base 1.1.1
+ physfs_mo...@base 1.1.1
+ physfs_openapp...@base 1.1.1
+ physfs_openr...@base 1.1.1
+ physfs_openwr...@base 1.1.1
+ physfs_permitsymbolicli...@base 1.1.1
+ physfs_r...@base 1.1.1
+ physfs_readsb...@base 1.1.1
+ physfs_readsb...@base 1.1.1
+ physfs_readsb...@base 1.1.1
+ physfs_readsl...@base 1.1.1
+ physfs_readsl...@base 1.1.1
+ physfs_readsl...@base 1.1.1
+ physfs_readub...@base 1.1.1
+ physfs_readub...@base 1.1.1
+ physfs_readub...@base 1.1.1
+ physfs_readul...@base 1.1.1
+ physfs_readul...@base 1.1.1
+ physfs_readul...@base 1.1.1
+ physfs_removefromsearchp...@base 1.1.1
+ physfs_s...@base 1.1.1
+ physfs_setalloca...@base 1.1.1
+ physfs_setbuf...@base 1.1.1
+ physfs_setsanecon...@base 1.1.1
+ physfs_setwrite...@base 1.1.1
+ physfs_supportedarchivety...@base 1.1.1
+ physfs_swapsb...@base 1.1.1
+ physfs_swapsb...@base 1.1.1
+ physfs_swapsb...@base 1.1.1
+ physfs_swapsl...@base 1.1.1
+ physfs_swapsl...@base 1.1.1
+ physfs_swapsl...@base 1.1.1
+ physfs_swapub...@base 1.1.1
+ physfs_swapub...@base 1.1.1
+ physfs_swapub...@base 1.1.1
+ physfs_swapul...@base 1.1.1
+ physfs_swapul...@base 1.1.1
+ physfs_swapul...@base 1.1.1
+ physfs_symboliclinkspermit...@base 1.1.1
+ physfs_t...@base 1.1.1
+ physfs_utf8fromlat...@base 1.1.1
+ physfs_utf8fromu...@base 1.1.1
+ physfs_utf8fromu...@base 1.1.1
+ physfs_utf8tou...@base 1.1.1
+ physfs_utf8tou...@base 1.1.1
+ physfs_wr...@base 1.1.1
+ physfs_writesb...@base 1.1.1
+ physfs_writesb...@base 1.1.1
+ physfs_writesb...@base 1.1.1
+ physfs_writesl...@base 1.1.1
+ physfs_writesl...@base 1.1.1
+ physfs_writesl...@base 1.1.1
+ physfs_writeub...@base 1.1.1
+ physfs_writeub...@base 1.1.1
+ physfs_writeub...@base 1.1.1
+ physfs_writeul...@base 1.1.1
+ physfs_writeul...@base 1.1.1
+ physfs_writeul...@base 1.1.1

Modified: packages/trunk/libphysfs/debian/patches/series
===================================================================
--- packages/trunk/libphysfs/debian/patches/series      2009-03-23 12:10:53 UTC 
(rev 9250)
+++ packages/trunk/libphysfs/debian/patches/series      2009-03-23 16:06:53 UTC 
(rev 9251)
@@ -1,2 +1 @@
 01_manpages.diff
-02_soname.diff

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules       2009-03-23 12:10:53 UTC (rev 
9250)
+++ packages/trunk/libphysfs/debian/rules       2009-03-23 16:06:53 UTC (rev 
9251)
@@ -67,6 +67,18 @@
        rm -f config.h
        rm -f libtool
        rm -f stamp-h1
+       rm -f libphysfs.so*
+       rm -f test_physfs wxtest_physfs
+       rm -f install_manifest.txt
+       rm -f CMakeCache.txt
+       rm -f cmake_install.cmake
+       rm -rf docs
+       rm -rf CMakeFiles
+       find ./ -name *.o -delete
+       find ./ -name *.a -delete
+       find ./ -name *.bin -delete
+       find ./ -name a.out -delete
+
        dh_clean
 
 install: build
@@ -80,13 +92,13 @@
 binary-arch: build install
        dh_testdir
        dh_testroot
-       dh_installchangelogs CHANGELOG
+       dh_installchangelogs CHANGELOG.txt
        dh_installdocs
        dh_installexamples
        dh_installman
        dh_install
-       dpkg-gensymbols -plibphysfs-1.0-0
-       dh_strip --dbg-package=libphysfs-1.0-0-dbg
+       #dpkg-gensymbols -plibphysfs1
+       dh_strip --dbg-package=libphysfs1-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to