r9082 - packages/trunk/libphysfs/debian

Barry deFreese bdefreese at alioth.debian.org
Mon Mar 9 14:44:22 UTC 2009


Author: bdefreese
Date: 2009-03-09 14:44:22 +0000 (Mon, 09 Mar 2009)
New Revision: 9082

Added:
   packages/trunk/libphysfs/debian/libphysfs-1.0-0.install
   packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols
Removed:
   packages/trunk/libphysfs/debian/libphysfs-1.0-1.install
   packages/trunk/libphysfs/debian/libphysfs-1.0-1.symbols
Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/libphysfs-dev.doc-base
   packages/trunk/libphysfs/debian/libphysfs-dev.install
   packages/trunk/libphysfs/debian/rules
Log:
  * Rename binary package to 1.0-0 instead of 1.0-1.
  * Remove old unnecessary Conflicts and Replaces.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/changelog	2009-03-09 14:44:22 UTC (rev 9082)
@@ -2,6 +2,8 @@
 
   [ Barry deFreese ]
   * 02_soname.diff - Fix *_AGE in configure and configure.in.
+  * Rename binary package to 1.0-0 instead of 1.0-1.
+  * Remove old unnecessary Conflicts and Replaces.
 
  -- Barry deFreese <bdefreese at debian.org>  Sat, 07 Mar 2009 21:43:12 -0500
 

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/control	2009-03-09 14:44:22 UTC (rev 9082)
@@ -12,9 +12,7 @@
 Package: libphysfs-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libphysfs-1.0-1 (= ${binary:Version})
-Conflicts: libphysfs0-dev
-Replaces: libphysfs0-dev
+Depends: ${misc:Depends}, libphysfs-1.0-0 (= ${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
@@ -22,19 +20,17 @@
  .
  This package contains the development libraries and headers.
 
-Package: libphysfs-1.0-1
+Package: libphysfs-1.0-0
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libphysfs0
-Replaces: libphysfs0
 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-1-dbg
+Package: libphysfs-1.0-0-dbg
 Architecture: any
-Depends: ${misc:Depends}, libphysfs-1.0-1 (= ${binary:Version})
+Depends: ${misc:Depends}, libphysfs-1.0-0 (= ${binary:Version})
 Priority: extra
 Description: filesystem abstraction library for game programmers
  The PhysicsFS filesystem abstraction library provides a simple C

Added: packages/trunk/libphysfs/debian/libphysfs-1.0-0.install
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-1.0-0.install	                        (rev 0)
+++ packages/trunk/libphysfs/debian/libphysfs-1.0-0.install	2009-03-09 14:44:22 UTC (rev 9082)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.* usr/lib

Added: packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols	                        (rev 0)
+++ packages/trunk/libphysfs/debian/libphysfs-1.0-0.symbols	2009-03-09 14:44:22 UTC (rev 9082)
@@ -0,0 +1,130 @@
+libphysfs-1.0.so.0 libphysfs-1.0-0 #MINVER#
+ PHYSFS_addToSearchPath at Base 1.0.1-0
+ PHYSFS_close at Base 1.0.1-0
+ PHYSFS_deinit at Base 1.0.1-0
+ PHYSFS_delete at Base 1.0.1-0
+ PHYSFS_enumerateFiles at Base 1.0.1-0
+ PHYSFS_eof at Base 1.0.1-0
+ PHYSFS_exists at Base 1.0.1-0
+ PHYSFS_fileLength at Base 1.0.1-0
+ PHYSFS_flush at Base 1.0.1-0
+ PHYSFS_freeList at Base 1.0.1-0
+ PHYSFS_getBaseDir at Base 1.0.1-0
+ PHYSFS_getCdRomDirs at Base 1.0.1-0
+ PHYSFS_getDirSeparator at Base 1.0.1-0
+ PHYSFS_getLastError at Base 1.0.1-0
+ PHYSFS_getLastModTime at Base 1.0.1-0
+ PHYSFS_getLinkedVersion at Base 1.0.1-0
+ PHYSFS_getRealDir at Base 1.0.1-0
+ PHYSFS_getSearchPath at Base 1.0.1-0
+ PHYSFS_getUserDir at Base 1.0.1-0
+ PHYSFS_getWriteDir at Base 1.0.1-0
+ PHYSFS_init at Base 1.0.1-0
+ PHYSFS_isDirectory at Base 1.0.1-0
+ PHYSFS_isSymbolicLink at Base 1.0.1-0
+ PHYSFS_mkdir at Base 1.0.1-0
+ PHYSFS_openAppend at Base 1.0.1-0
+ PHYSFS_openRead at Base 1.0.1-0
+ PHYSFS_openWrite at Base 1.0.1-0
+ PHYSFS_permitSymbolicLinks at Base 1.0.1-0
+ PHYSFS_read at Base 1.0.1-0
+ PHYSFS_readSBE16 at Base 1.0.1-0
+ PHYSFS_readSBE32 at Base 1.0.1-0
+ PHYSFS_readSBE64 at Base 1.0.1-0
+ PHYSFS_readSLE16 at Base 1.0.1-0
+ PHYSFS_readSLE32 at Base 1.0.1-0
+ PHYSFS_readSLE64 at Base 1.0.1-0
+ PHYSFS_readUBE16 at Base 1.0.1-0
+ PHYSFS_readUBE32 at Base 1.0.1-0
+ PHYSFS_readUBE64 at Base 1.0.1-0
+ PHYSFS_readULE16 at Base 1.0.1-0
+ PHYSFS_readULE32 at Base 1.0.1-0
+ PHYSFS_readULE64 at Base 1.0.1-0
+ PHYSFS_removeFromSearchPath at Base 1.0.1-0
+ PHYSFS_seek at Base 1.0.1-0
+ PHYSFS_setBuffer at Base 1.0.1-0
+ PHYSFS_setSaneConfig at Base 1.0.1-0
+ PHYSFS_setWriteDir at Base 1.0.1-0
+ PHYSFS_supportedArchiveTypes at Base 1.0.1-0
+ PHYSFS_swapSBE16 at Base 1.0.1-0
+ PHYSFS_swapSBE32 at Base 1.0.1-0
+ PHYSFS_swapSBE64 at Base 1.0.1-0
+ PHYSFS_swapSLE16 at Base 1.0.1-0
+ PHYSFS_swapSLE32 at Base 1.0.1-0
+ PHYSFS_swapSLE64 at Base 1.0.1-0
+ PHYSFS_swapUBE16 at Base 1.0.1-0
+ PHYSFS_swapUBE32 at Base 1.0.1-0
+ PHYSFS_swapUBE64 at Base 1.0.1-0
+ PHYSFS_swapULE16 at Base 1.0.1-0
+ PHYSFS_swapULE32 at Base 1.0.1-0
+ PHYSFS_swapULE64 at Base 1.0.1-0
+ PHYSFS_tell at Base 1.0.1-0
+ PHYSFS_write at Base 1.0.1-0
+ PHYSFS_writeSBE16 at Base 1.0.1-0
+ PHYSFS_writeSBE32 at Base 1.0.1-0
+ PHYSFS_writeSBE64 at Base 1.0.1-0
+ PHYSFS_writeSLE16 at Base 1.0.1-0
+ PHYSFS_writeSLE32 at Base 1.0.1-0
+ PHYSFS_writeSLE64 at Base 1.0.1-0
+ PHYSFS_writeUBE16 at Base 1.0.1-0
+ PHYSFS_writeUBE32 at Base 1.0.1-0
+ PHYSFS_writeUBE64 at Base 1.0.1-0
+ PHYSFS_writeULE16 at Base 1.0.1-0
+ PHYSFS_writeULE32 at Base 1.0.1-0
+ PHYSFS_writeULE64 at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_DIR at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_GRP at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_HOG at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_MVL at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_QPAK at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_WAD at Base 1.0.1-0
+ __PHYSFS_ArchiveInfo_ZIP at Base 1.0.1-0
+ __PHYSFS_DirFunctions_DIR at Base 1.0.1-0
+ __PHYSFS_DirFunctions_GRP at Base 1.0.1-0
+ __PHYSFS_DirFunctions_HOG at Base 1.0.1-0
+ __PHYSFS_DirFunctions_MVL at Base 1.0.1-0
+ __PHYSFS_DirFunctions_QPAK at Base 1.0.1-0
+ __PHYSFS_DirFunctions_WAD at Base 1.0.1-0
+ __PHYSFS_DirFunctions_ZIP at Base 1.0.1-0
+ __PHYSFS_addToLinkedStringList at Base 1.0.1-0
+ __PHYSFS_convertToDependent at Base 1.0.1-0
+ __PHYSFS_platformCalcBaseDir at Base 1.0.1-0
+ __PHYSFS_platformClose at Base 1.0.1-0
+ __PHYSFS_platformCopyEnvironmentVariable at Base 1.0.1-0
+ __PHYSFS_platformCreateMutex at Base 1.0.1-0
+ __PHYSFS_platformCurrentDir at Base 1.0.1-0
+ __PHYSFS_platformCvtToDependent at Base 1.0.1-0
+ __PHYSFS_platformDeinit at Base 1.0.1-0
+ __PHYSFS_platformDelete at Base 1.0.1-0
+ __PHYSFS_platformDestroyMutex at Base 1.0.1-0
+ __PHYSFS_platformDetectAvailableCDs at Base 1.0.1-0
+ __PHYSFS_platformDirSeparator at Base 1.0.1-0
+ __PHYSFS_platformEOF at Base 1.0.1-0
+ __PHYSFS_platformEnumerateFiles at Base 1.0.1-0
+ __PHYSFS_platformExists at Base 1.0.1-0
+ __PHYSFS_platformFileLength at Base 1.0.1-0
+ __PHYSFS_platformFlush at Base 1.0.1-0
+ __PHYSFS_platformGetLastModTime at Base 1.0.1-0
+ __PHYSFS_platformGetThreadID at Base 1.0.1-0
+ __PHYSFS_platformGetUserDir at Base 1.0.1-0
+ __PHYSFS_platformGetUserName at Base 1.0.1-0
+ __PHYSFS_platformGrabMutex at Base 1.0.1-0
+ __PHYSFS_platformInit at Base 1.0.1-0
+ __PHYSFS_platformIsDirectory at Base 1.0.1-0
+ __PHYSFS_platformIsSymLink at Base 1.0.1-0
+ __PHYSFS_platformMkDir at Base 1.0.1-0
+ __PHYSFS_platformOpenAppend at Base 1.0.1-0
+ __PHYSFS_platformOpenRead at Base 1.0.1-0
+ __PHYSFS_platformOpenWrite at Base 1.0.1-0
+ __PHYSFS_platformRead at Base 1.0.1-0
+ __PHYSFS_platformRealPath at Base 1.0.1-0
+ __PHYSFS_platformReleaseMutex at Base 1.0.1-0
+ __PHYSFS_platformSeek at Base 1.0.1-0
+ __PHYSFS_platformStricmp at Base 1.0.1-0
+ __PHYSFS_platformStrnicmp at Base 1.0.1-0
+ __PHYSFS_platformTell at Base 1.0.1-0
+ __PHYSFS_platformTimeslice at Base 1.0.1-0
+ __PHYSFS_platformWrite at Base 1.0.1-0
+ __PHYSFS_setError at Base 1.0.1-0
+ __PHYSFS_sort at Base 1.0.1-0
+ __PHYSFS_verifySecurity at Base 1.0.1-0

Deleted: packages/trunk/libphysfs/debian/libphysfs-1.0-1.install
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-1.0-1.install	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/libphysfs-1.0-1.install	2009-03-09 14:44:22 UTC (rev 9082)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib

Deleted: packages/trunk/libphysfs/debian/libphysfs-1.0-1.symbols
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-1.0-1.symbols	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/libphysfs-1.0-1.symbols	2009-03-09 14:44:22 UTC (rev 9082)
@@ -1,130 +0,0 @@
-libphysfs-1.0.so.1 libphysfs-1.0-1 #MINVER#
- PHYSFS_addToSearchPath at Base 1.0.1-1
- PHYSFS_close at Base 1.0.1-1
- PHYSFS_deinit at Base 1.0.1-1
- PHYSFS_delete at Base 1.0.1-1
- PHYSFS_enumerateFiles at Base 1.0.1-1
- PHYSFS_eof at Base 1.0.1-1
- PHYSFS_exists at Base 1.0.1-1
- PHYSFS_fileLength at Base 1.0.1-1
- PHYSFS_flush at Base 1.0.1-1
- PHYSFS_freeList at Base 1.0.1-1
- PHYSFS_getBaseDir at Base 1.0.1-1
- PHYSFS_getCdRomDirs at Base 1.0.1-1
- PHYSFS_getDirSeparator at Base 1.0.1-1
- PHYSFS_getLastError at Base 1.0.1-1
- PHYSFS_getLastModTime at Base 1.0.1-1
- PHYSFS_getLinkedVersion at Base 1.0.1-1
- PHYSFS_getRealDir at Base 1.0.1-1
- PHYSFS_getSearchPath at Base 1.0.1-1
- PHYSFS_getUserDir at Base 1.0.1-1
- PHYSFS_getWriteDir at Base 1.0.1-1
- PHYSFS_init at Base 1.0.1-1
- PHYSFS_isDirectory at Base 1.0.1-1
- PHYSFS_isSymbolicLink at Base 1.0.1-1
- PHYSFS_mkdir at Base 1.0.1-1
- PHYSFS_openAppend at Base 1.0.1-1
- PHYSFS_openRead at Base 1.0.1-1
- PHYSFS_openWrite at Base 1.0.1-1
- PHYSFS_permitSymbolicLinks at Base 1.0.1-1
- PHYSFS_read at Base 1.0.1-1
- PHYSFS_readSBE16 at Base 1.0.1-1
- PHYSFS_readSBE32 at Base 1.0.1-1
- PHYSFS_readSBE64 at Base 1.0.1-1
- PHYSFS_readSLE16 at Base 1.0.1-1
- PHYSFS_readSLE32 at Base 1.0.1-1
- PHYSFS_readSLE64 at Base 1.0.1-1
- PHYSFS_readUBE16 at Base 1.0.1-1
- PHYSFS_readUBE32 at Base 1.0.1-1
- PHYSFS_readUBE64 at Base 1.0.1-1
- PHYSFS_readULE16 at Base 1.0.1-1
- PHYSFS_readULE32 at Base 1.0.1-1
- PHYSFS_readULE64 at Base 1.0.1-1
- PHYSFS_removeFromSearchPath at Base 1.0.1-1
- PHYSFS_seek at Base 1.0.1-1
- PHYSFS_setBuffer at Base 1.0.1-1
- PHYSFS_setSaneConfig at Base 1.0.1-1
- PHYSFS_setWriteDir at Base 1.0.1-1
- PHYSFS_supportedArchiveTypes at Base 1.0.1-1
- PHYSFS_swapSBE16 at Base 1.0.1-1
- PHYSFS_swapSBE32 at Base 1.0.1-1
- PHYSFS_swapSBE64 at Base 1.0.1-1
- PHYSFS_swapSLE16 at Base 1.0.1-1
- PHYSFS_swapSLE32 at Base 1.0.1-1
- PHYSFS_swapSLE64 at Base 1.0.1-1
- PHYSFS_swapUBE16 at Base 1.0.1-1
- PHYSFS_swapUBE32 at Base 1.0.1-1
- PHYSFS_swapUBE64 at Base 1.0.1-1
- PHYSFS_swapULE16 at Base 1.0.1-1
- PHYSFS_swapULE32 at Base 1.0.1-1
- PHYSFS_swapULE64 at Base 1.0.1-1
- PHYSFS_tell at Base 1.0.1-1
- PHYSFS_write at Base 1.0.1-1
- PHYSFS_writeSBE16 at Base 1.0.1-1
- PHYSFS_writeSBE32 at Base 1.0.1-1
- PHYSFS_writeSBE64 at Base 1.0.1-1
- PHYSFS_writeSLE16 at Base 1.0.1-1
- PHYSFS_writeSLE32 at Base 1.0.1-1
- PHYSFS_writeSLE64 at Base 1.0.1-1
- PHYSFS_writeUBE16 at Base 1.0.1-1
- PHYSFS_writeUBE32 at Base 1.0.1-1
- PHYSFS_writeUBE64 at Base 1.0.1-1
- PHYSFS_writeULE16 at Base 1.0.1-1
- PHYSFS_writeULE32 at Base 1.0.1-1
- PHYSFS_writeULE64 at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_DIR at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_GRP at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_HOG at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_MVL at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_QPAK at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_WAD at Base 1.0.1-1
- __PHYSFS_ArchiveInfo_ZIP at Base 1.0.1-1
- __PHYSFS_DirFunctions_DIR at Base 1.0.1-1
- __PHYSFS_DirFunctions_GRP at Base 1.0.1-1
- __PHYSFS_DirFunctions_HOG at Base 1.0.1-1
- __PHYSFS_DirFunctions_MVL at Base 1.0.1-1
- __PHYSFS_DirFunctions_QPAK at Base 1.0.1-1
- __PHYSFS_DirFunctions_WAD at Base 1.0.1-1
- __PHYSFS_DirFunctions_ZIP at Base 1.0.1-1
- __PHYSFS_addToLinkedStringList at Base 1.0.1-1
- __PHYSFS_convertToDependent at Base 1.0.1-1
- __PHYSFS_platformCalcBaseDir at Base 1.0.1-1
- __PHYSFS_platformClose at Base 1.0.1-1
- __PHYSFS_platformCopyEnvironmentVariable at Base 1.0.1-1
- __PHYSFS_platformCreateMutex at Base 1.0.1-1
- __PHYSFS_platformCurrentDir at Base 1.0.1-1
- __PHYSFS_platformCvtToDependent at Base 1.0.1-1
- __PHYSFS_platformDeinit at Base 1.0.1-1
- __PHYSFS_platformDelete at Base 1.0.1-1
- __PHYSFS_platformDestroyMutex at Base 1.0.1-1
- __PHYSFS_platformDetectAvailableCDs at Base 1.0.1-1
- __PHYSFS_platformDirSeparator at Base 1.0.1-1
- __PHYSFS_platformEOF at Base 1.0.1-1
- __PHYSFS_platformEnumerateFiles at Base 1.0.1-1
- __PHYSFS_platformExists at Base 1.0.1-1
- __PHYSFS_platformFileLength at Base 1.0.1-1
- __PHYSFS_platformFlush at Base 1.0.1-1
- __PHYSFS_platformGetLastModTime at Base 1.0.1-1
- __PHYSFS_platformGetThreadID at Base 1.0.1-1
- __PHYSFS_platformGetUserDir at Base 1.0.1-1
- __PHYSFS_platformGetUserName at Base 1.0.1-1
- __PHYSFS_platformGrabMutex at Base 1.0.1-1
- __PHYSFS_platformInit at Base 1.0.1-1
- __PHYSFS_platformIsDirectory at Base 1.0.1-1
- __PHYSFS_platformIsSymLink at Base 1.0.1-1
- __PHYSFS_platformMkDir at Base 1.0.1-1
- __PHYSFS_platformOpenAppend at Base 1.0.1-1
- __PHYSFS_platformOpenRead at Base 1.0.1-1
- __PHYSFS_platformOpenWrite at Base 1.0.1-1
- __PHYSFS_platformRead at Base 1.0.1-1
- __PHYSFS_platformRealPath at Base 1.0.1-1
- __PHYSFS_platformReleaseMutex at Base 1.0.1-1
- __PHYSFS_platformSeek at Base 1.0.1-1
- __PHYSFS_platformStricmp at Base 1.0.1-1
- __PHYSFS_platformStrnicmp at Base 1.0.1-1
- __PHYSFS_platformTell at Base 1.0.1-1
- __PHYSFS_platformTimeslice at Base 1.0.1-1
- __PHYSFS_platformWrite at Base 1.0.1-1
- __PHYSFS_setError at Base 1.0.1-1
- __PHYSFS_sort at Base 1.0.1-1
- __PHYSFS_verifySecurity at Base 1.0.1-1

Modified: packages/trunk/libphysfs/debian/libphysfs-dev.doc-base
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-dev.doc-base	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/libphysfs-dev.doc-base	2009-03-09 14:44:22 UTC (rev 9082)
@@ -1,9 +1,9 @@
-Document: libphysfs-1.0-1-api
+Document: libphysfs-1.0-0-api
 Title: PhysicsFS API Documentation
 Author: Ryan Gordon <icculus at icculus.org>
 Abstract: This manual describes the C API for libphysfs0.
 Section: Games/Tools
 
 Format: HTML
-Index: /usr/share/doc/libphysfs-1.0-1/html/index.html
-Files: /usr/share/doc/libphysfs-1.0-1/html/*.html
+Index: /usr/share/doc/libphysfs-1.0-0/html/index.html
+Files: /usr/share/doc/libphysfs-1.0-0/html/*.html

Modified: packages/trunk/libphysfs/debian/libphysfs-dev.install
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-dev.install	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/libphysfs-dev.install	2009-03-09 14:44:22 UTC (rev 9082)
@@ -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-1/html
-docs/latex/* usr/share/doc/libphysfs-1.0-1/latex
+docs/html/* usr/share/doc/libphysfs-1.0-0/html
+docs/latex/* usr/share/doc/libphysfs-1.0-0/latex

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2009-03-09 09:53:47 UTC (rev 9081)
+++ packages/trunk/libphysfs/debian/rules	2009-03-09 14:44:22 UTC (rev 9082)
@@ -15,8 +15,6 @@
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
-include /usr/share/quilt/quilt.make
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -38,6 +36,8 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+
 	CFLAGS="$(CFLAGS)" ./configure $(confflags) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
@@ -53,11 +53,14 @@
 	sed -i -e 's/physfs.h \\- $$/physfs.h \\- main header file for physfs/' docs/man/man3/physfs.h.3
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || [ ! -f config.status ] || $(MAKE) clean
+
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+
 	rm -fR docs/html docs/latex docs/man
 	rm -f config.log config.status config.sub config.guess
 	find ./ -name Makefile -delete
@@ -82,8 +85,8 @@
 	dh_installexamples
 	dh_installman
 	dh_install
-	dpkg-gensymbols -plibphysfs-1.0-1
-	dh_strip --dbg-package=libphysfs-1.0-1-dbg
+	dpkg-gensymbols -plibphysfs-1.0-0
+	dh_strip --dbg-package=libphysfs-1.0-0-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs




More information about the Pkg-games-commits mailing list