Changes of Revision 5

debian.control Changed
x
 
1
@@ -4,7 +4,6 @@
2
 Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
3
 Uploaders: David Prévot <taffit@debian.org>
4
 Build-Depends: debhelper (>= 8.0.0),
5
-               help2man,
6
                php-codesniffer,
7
                php-curl | php5-curl,
8
                php-mbstring | php5,
9
@@ -14,8 +13,7 @@
10
                php-sqlite3 | php5-sqlite,
11
                phpab,
12
                phpunit,
13
-               pkg-php-tools (>= 1.7~),
14
-               python
15
+               pkg-php-tools (>= 1.7~)
16
 Standards-Version: 3.9.7
17
 Homepage: http://sabre.io/dav/
18
 Vcs-Git: git://anonscm.debian.org/pkg-php/php-sabredav.git -b 2.1
19
@@ -26,7 +24,6 @@
20
 Depends: php-sabre-event (<< 3.0.0~as2.1),
21
          ${misc:Depends},
22
          ${phpcomposer:Debian-require}
23
-Recommends: python
24
 Suggests: ${phpcomposer:Debian-suggest}
25
 Replaces: ${phpcomposer:Debian-replace}
26
 Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
27
debian.rules Changed
38
 
1
@@ -35,21 +35,21 @@
2
    dh_fixperms
3
    chmod -x $(CURDIR)/debian/php-sabre-dav-2.1/usr/share/php/sabre21/Sabre/sabredav.php
4
 
5
-override_dh_installman:
6
-   mkdir --parent $(CURDIR)/debian/tmp
7
-   help2man \
8
-       --no-info \
9
-       --name='keep cache directories below a specified threshold' \
10
-       --output=$(CURDIR)/debian/tmp/naturalselection21.1 \
11
-       $(CURDIR)/bin/naturalselection21
12
-   help2man \
13
-       --help-option=\  \
14
-       --version-string=$(UPSTREAM) \
15
-       --no-info \
16
-       --include=$(CURDIR)/debian/sabredav.1.in \
17
-       "echo Usage: sabredav21" \
18
-       > $(CURDIR)/debian/tmp/sabredav21.1
19
-   dh_installman
20
+#override_dh_installman:
21
+#  mkdir --parent $(CURDIR)/debian/tmp
22
+#  help2man \
23
+#      --no-info \
24
+#      --name='keep cache directories below a specified threshold' \
25
+#      --output=$(CURDIR)/debian/tmp/naturalselection21.1 \
26
+#      $(CURDIR)/bin/naturalselection21
27
+#  help2man \
28
+#      --help-option=\  \
29
+#      --version-string=$(UPSTREAM) \
30
+#      --no-info \
31
+#      --include=$(CURDIR)/debian/sabredav.1.in \
32
+#      "echo Usage: sabredav21" \
33
+#      > $(CURDIR)/debian/tmp/sabredav21.1
34
+#  dh_installman
35
 
36
 get-orig-source:
37
    uscan --verbose --force --rename
38
debian.tar.gz/manpages Changed
4
 
1
@@ -1,2 +0,0 @@
2
-debian/tmp/naturalselection21.1
3
-debian/tmp/sabredav21.1
4
php-sabre-dav.dsc Changed
19
 
1
@@ -10,7 +10,6 @@
2
 Vcs-Git: git://anonscm.debian.org/pkg-owncloud/php-sabredav.git -b 2.1
3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/php-sabredav.git
4
 Build-Depends: debhelper (>= 8.0.0),
5
-               help2man,
6
                php-codesniffer,
7
                php-curl | php5-curl,
8
                php-mbstring | php5,
9
@@ -20,8 +19,7 @@
10
                php-sqlite3 | php5-sqlite,
11
                phpab,
12
                phpunit,
13
-               pkg-php-tools (>= 1.7~),
14
-               python
15
+               pkg-php-tools (>= 1.7~)
16
 Package-List:
17
  php-sabre-http-3 deb php optional arch=all
18
 Files:
19