r16047 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at moszumanska.debian.org
Tue Nov 7 09:27:41 UTC 2017


Author: pmatthaei
Date: 2017-11-07 09:27:41 +0000 (Tue, 07 Nov 2017)
New Revision: 16047

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/rules
Log:
doxygen


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2017-11-07 09:27:04 UTC (rev 16046)
+++ packages/trunk/libphysfs/debian/changelog	2017-11-07 09:27:41 UTC (rev 16047)
@@ -6,6 +6,7 @@
   * Remove trailing whitespace from debian/changelog.
   * Adjust lintian overrides.
   * doc base has been removed.
+  * Removed doxygen.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 07 Nov 2017 09:43:30 +0100
 

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2017-11-07 09:27:04 UTC (rev 16046)
+++ packages/trunk/libphysfs/debian/control	2017-11-07 09:27:41 UTC (rev 16047)
@@ -6,8 +6,8 @@
  Patrick Matthäi <pmatthaei at debian.org>
 Build-Depends: debhelper (>= 10),
  cmake,
- doxygen,
  zlib1g-dev,
+ libncurses5-dev,
  libreadline-dev
 Standards-Version: 4.1.1
 Homepage: https://www.icculus.org/physfs/

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2017-11-07 09:27:04 UTC (rev 16046)
+++ packages/trunk/libphysfs/debian/rules	2017-11-07 09:27:41 UTC (rev 16047)
@@ -12,14 +12,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -- $(EXTRAFLAGS)
 
-override_dh_auto_build:
-	dh_auto_build
-	doxygen
-
-override_dh_clean:
-	dh_clean
-	rm -rf $(CURDIR)/docs/
-
 override_dh_install:
 	dh_install
 	strip --remove-section=.comment \




More information about the Pkg-games-commits mailing list