r16004 - in packages/trunk/libphysfs/debian: . patches

Patrick Matthäi pmatthaei at moszumanska.debian.org
Thu Aug 3 08:54:42 UTC 2017


Author: pmatthaei
Date: 2017-08-03 08:54:42 +0000 (Thu, 03 Aug 2017)
New Revision: 16004

Added:
   packages/trunk/libphysfs/debian/patches/03-set-project-number.diff
Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/patches/series
Log:
* Add patch 03-set-project-number to set the project number in the Doxyfile.
  Closes: #795574


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2017-08-03 08:50:42 UTC (rev 16003)
+++ packages/trunk/libphysfs/debian/changelog	2017-08-03 08:54:42 UTC (rev 16004)
@@ -3,6 +3,8 @@
   * Bump Standards-Version to 4.0.0 (no changes required).
   * Drop dbg package.
   * Bump debian/compat to level 10.
+  * Add patch 03-set-project-number to set the project number in the Doxyfile.
+    Closes: #795574
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 03 Aug 2017 10:47:43 +0200
 

Added: packages/trunk/libphysfs/debian/patches/03-set-project-number.diff
===================================================================
--- packages/trunk/libphysfs/debian/patches/03-set-project-number.diff	                        (rev 0)
+++ packages/trunk/libphysfs/debian/patches/03-set-project-number.diff	2017-08-03 08:54:42 UTC (rev 16004)
@@ -0,0 +1,15 @@
+# Manual set project number.
+# Closes: #795574
+
+diff -Naur libphysfs-2.0.3.orig/Doxyfile libphysfs-2.0.3/Doxyfile
+--- libphysfs-2.0.3.orig/Doxyfile	2012-10-23 05:41:04.000000000 +0200
++++ libphysfs-2.0.3/Doxyfile	2017-08-03 10:53:06.204295356 +0200
+@@ -23,7 +23,7 @@
+ # This could be handy for archiving the generated documentation or 
+ # if some version control system is used.
+ # (CMake will set this properly at build time. --ryan.)
+-PROJECT_NUMBER         = "unknown version (build with 'make docs' next time!)"
++PROJECT_NUMBER         = "2.0.3"
+ 
+ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
+ # base path where the generated documentation will be put. 

Modified: packages/trunk/libphysfs/debian/patches/series
===================================================================
--- packages/trunk/libphysfs/debian/patches/series	2017-08-03 08:50:42 UTC (rev 16003)
+++ packages/trunk/libphysfs/debian/patches/series	2017-08-03 08:54:42 UTC (rev 16004)
@@ -1,2 +1,3 @@
 01-do-not-link-against-curses.diff
 02-zip-seek.diff
+03-set-project-number.diff




More information about the Pkg-games-commits mailing list