Changes of Revision 2
debian.changelog
Added
x
1
2
+php-christianriesen-base32 (1.2.1-1) unstable; urgency=low
3
+
4
+ * Initial release.
5
+
6
+ -- Christoph Erhardt <kolab@sicherha.de> Sat, 07 Jan 2017 16:54:49 +0100
7
debian.control
Added
16
1
2
+Source: php-christianriesen-base32
3
+Section: php
4
+Priority: extra
5
+Maintainer: Christoph Erhardt <kolab@sicherha.de>
6
+Build-Depends: debhelper (>= 8), composer
7
+Standards-Version: 3.9.3
8
+Homepage: https://github.com/ChristianRiesen/base32
9
+
10
+Package: php-christianriesen-base32
11
+Architecture: all
12
+Depends:
13
+ php5 | php,
14
+ ${misc:Depends}
15
+Description: Base32 Encoder/Decoder for PHP according to RFC 4648
16
debian.rules
Added
19
1
2
+#!/usr/bin/make -f
3
+
4
+#export DH_OPTIONS=-v
5
+#export DH_VERBOSE=1
6
+
7
+%:
8
+ dh $@
9
+
10
+override_dh_auto_clean:
11
+ # Do not attempt to run ant
12
+
13
+override_dh_auto_build:
14
+ # Seriously, don't use ant!
15
+
16
+override_dh_install:
17
+ mkdir -p $(CURDIR)/debian/php-christianriesen-base32/usr/share/php/Base32/
18
+ cp -pr src/* $(CURDIR)/debian/php-christianriesen-base32/usr/share/php/Base32/.
19
debian.tar.gz
Added
php-christianriesen-base32.dsc
Added
16
1
2
+Format: 1.0
3
+Source: php-christianriesen-base32
4
+Binary: php-christianriesen-base32
5
+Architecture: all
6
+Version: 1.2.1-1
7
+Maintainer: Christoph Erhardt <kolab@sicherha.de>
8
+Homepage: https://github.com/ChristianRiesen/base32
9
+Standards-Version: 3.9.3
10
+Build-Depends: debhelper (>= 8), composer
11
+Package-List:
12
+ php-christianriesen-base32 deb php extra
13
+Files:
14
+ 00000000000000000000000000000000 0 php-christianriesen-base32-1.2.1.tar.gz
15
+ 00000000000000000000000000000000 0 debian.tar.gz
16