[Pkg-symfony-commits] [SCM] Phing repository under the pkg-symfony Debian group branch, master, updated. upstream/2.4.5-14-g19b5f41

Nicolas Roudaire nikrou77 at gmail.com
Sat Jul 2 21:04:44 UTC 2011


The following commit has been merged in the master branch:
commit 19b5f4182ca6e01b37a06a5ea7088985f3be59c4
Author: Nicolas Roudaire <nikrou77 at gmail.com>
Date:   Sat Jul 2 23:04:26 2011 +0200

    Split package with bin and doc packages

diff --git a/debian/control b/debian/control
index ac96ffe..420e323 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-symfony/phing.git
 Package: phing
 Architecture: all
 Depends: ${misc:Depends}, php5-cli
+Suggests: phing-doc
 Description: PHP based build tool
  PHing Is Not GNU make; it's a project build system based on Apache Ant. 
  It can be extended using with PHP classes. The configuration
@@ -22,3 +23,10 @@ Description: PHP based build tool
   - file system operations
   - interactive  build support
   - SQL execution
+
+Package: phing-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Manual for phing
+ This package contents manual for phing
diff --git a/debian/doc-base b/debian/phing-doc.doc-base
similarity index 58%
rename from debian/doc-base
rename to debian/phing-doc.doc-base
index c51f938..178e673 100644
--- a/debian/doc-base
+++ b/debian/phing-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: This manual describes what Phing is, and how it can be used.
 Section: Web Development
 
 Format: HTML
-Index: /usr/share/doc/phing/phing_guide/book/index.html
-Files: /usr/share/doc/phing/phing_guide/book/*.html
+Index: /usr/share/doc/phing-doc/phing_guide/book/index.html
+Files: /usr/share/doc/phing-doc/phing_guide/book/*.html
diff --git a/debian/docs b/debian/phing-doc.docs
similarity index 100%
rename from debian/docs
rename to debian/phing-doc.docs

-- 
Phing repository under the pkg-symfony Debian group



More information about the Pkg-symfony-commits mailing list