[Pkg-mediawiki-commits] r446 - geshi/trunk/debian

Jan Dittberner jandd at alioth.debian.org
Sun May 19 13:04:04 UTC 2013


Author: jandd
Date: 2013-05-19 13:04:03 +0000 (Sun, 19 May 2013)
New Revision: 446

Modified:
   geshi/trunk/debian/changelog
   geshi/trunk/debian/compat
   geshi/trunk/debian/control
Log:
  - drop version from cdbs version in Build-Depends
  - bump required debhelper version to >= 9
  - add Pre-Depends: dpkg (>= 1.15.6~) for xz compatibility
* debian/compat:
  - set debhelper compatibility level to 9

Modified: geshi/trunk/debian/changelog
===================================================================
--- geshi/trunk/debian/changelog	2013-05-19 12:45:06 UTC (rev 445)
+++ geshi/trunk/debian/changelog	2013-05-19 13:04:03 UTC (rev 446)
@@ -2,6 +2,11 @@
 
   * debian/control:
     - fix override disparity by setting Section to php
+    - drop version from cdbs version in Build-Depends
+    - bump required debhelper version to >= 9
+    - add Pre-Depends: dpkg (>= 1.15.6~) for xz compatibility
+  * debian/compat:
+    - set debhelper compatibility level to 9
   * debian/source/format:
     - define source format 3.0 (quilt) explicitly
   * debian/rules:

Modified: geshi/trunk/debian/compat
===================================================================
--- geshi/trunk/debian/compat	2013-05-19 12:45:06 UTC (rev 445)
+++ geshi/trunk/debian/compat	2013-05-19 13:04:03 UTC (rev 446)
@@ -1 +1 @@
-7
+9

Modified: geshi/trunk/debian/control
===================================================================
--- geshi/trunk/debian/control	2013-05-19 12:45:06 UTC (rev 445)
+++ geshi/trunk/debian/control	2013-05-19 13:04:03 UTC (rev 446)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Mediawiki Maintenance Team <pkg-mediawiki-devel at lists.alioth.debian.org>
 Uploaders: Romain Beauxis <toots at rastageeks.org>, Jan Dittberner <jandd at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7.0.1)
+Build-Depends: cdbs, debhelper (>= 9)
 Homepage: http://qbnz.com/highlighter/
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/pkg-mediawiki/geshi/trunk
@@ -12,6 +12,7 @@
 Package: php-geshi
 Architecture: all
 Depends: php5 | php5-cli, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
 Description: Generic Syntax Highlighter
  GeSHi aims  to be a simple but powerful highlighting class,
  with the following goals:




More information about the Pkg-mediawiki-commits mailing list