[Pkg-owncloud-commits] [SCM] SabreTooth VObject packaging branch, master, updated. debian/2.0.7-1-7-g425e634
David Prévot
taffit at debian.org
Thu Jun 20 22:13:25 UTC 2013
The following commit has been merged in the master branch:
commit 9975bfebf2d56edfc7fd7865917a19a7afdcc6e8
Author: David Prévot <taffit at debian.org>
Date: Thu Jun 20 15:41:22 2013 -0400
Use phpcomposer build helper
diff --git a/debian/control b/debian/control
index 427f5cd..009d7d3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: php
Priority: optional
Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alioth.debian.org>
Uploaders: David Prévot <taffit at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.7~), php5-json
Standards-Version: 3.9.4
Homepage: https://github.com/fruux/sabre-vobject
Vcs-Git: git://git.debian.org/pkg-owncloud/php-sabre-vobject.git
@@ -11,7 +11,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-owncloud/php-sabre-vobject.git;a=summa
Package: php-sabre-vobject
Architecture: all
-Depends: php5 | php5-cli, ${misc:Depends}
+Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
+Suggests: ${phpcomposer:Debian-suggest}
Replaces: php-sabredav (<< 1.7)
Breaks: php-sabredav (<< 1.7)
Description: library to parse and manipulate iCalendar and vCard objects
diff --git a/debian/rules b/debian/rules
index b5d72f2..dc0a31a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,6 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
%:
- dh $@
+ dh $@ --with phpcomposer
get-orig-source:
uscan --verbose --rename
--
SabreTooth VObject packaging
More information about the Pkg-owncloud-commits
mailing list