Changes of Revision 2

debian.changelog Added
x
 
1
@@ -0,0 +1,5 @@
2
+php-endroid-qrcode (1.5.4-1) unstable; urgency=low
3
+
4
+  * Initial release.
5
+
6
+ -- Christoph Erhardt <kolab@sicherha.de>  Sat, 07 Jan 2017 16:22:42 +0100
7
debian.control Added
19
 
1
@@ -0,0 +1,17 @@
2
+Source: php-endroid-qrcode
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/endroid/qrcode
9
+
10
+Package: php-endroid-qrcode
11
+Architecture: all
12
+Depends:
13
+        php5 | php,
14
+        php5-gd | php-gd,
15
+        ${misc:Depends}
16
+Description: Endroid QR-Code Generator
17
+ This library based on QRcode Perl CGI & PHP scripts by Y.
18
+ Swetake helps you generate images containing a QR code.
19
debian.rules Added
14
 
1
@@ -0,0 +1,12 @@
2
+#!/usr/bin/make -f
3
+
4
+#export DH_OPTIONS=-v
5
+#export DH_VERBOSE=1
6
+
7
+%:
8
+   dh $@
9
+
10
+override_dh_install:
11
+   mkdir -p $(CURDIR)/debian/php-endroid-qrcode/usr/share/php/Endroid/QrCode/
12
+   cp -pr assets $(CURDIR)/debian/php-endroid-qrcode/usr/share/php/Endroid/.
13
+   cp -pr src/* $(CURDIR)/debian/php-endroid-qrcode/usr/share/php/Endroid/QrCode/.
14
debian.tar.gz Added
php-endroid-qrcode.dsc Added
16
 
1
@@ -0,0 +1,14 @@
2
+Format: 1.0
3
+Source: php-endroid-qrcode
4
+Binary: php-endroid-qrcode
5
+Architecture: all
6
+Version: 1.5.4-1
7
+Maintainer: Christoph Erhardt <kolab@sicherha.de>
8
+Homepage: https://github.com/endroid/qrcode
9
+Standards-Version: 3.9.3
10
+Build-Depends: debhelper (>= 8), composer
11
+Package-List:
12
+ php-endroid-qrcode deb php extra
13
+Files:
14
+ 00000000000000000000000000000000 0 endroid-qrcode-1.5.4.tar.gz
15
+ 00000000000000000000000000000000 0 debian.tar.gz
16