Directorios reestructurados, ahora se usa debuild para construir el paquete Debian
This commit is contained in:
parent
b5f3e897d3
commit
fc1e4d1f77
|
@ -3,7 +3,7 @@
|
||||||
set_include_path
|
set_include_path
|
||||||
(
|
(
|
||||||
get_include_path ()
|
get_include_path ()
|
||||||
.PATH_SEPARATOR.__DIR__.'/package/usr/share/php'
|
.PATH_SEPARATOR.__DIR__.'/lib'
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
Copyright (C) 2015 - Juan Ferrer Toribio
|
||||||
|
|
||||||
|
This package is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
On Debian systems, the complete text of the GNU General Public
|
||||||
|
License can be found in "/usr/share/common-licenses/GPL-3".
|
|
@ -0,0 +1,5 @@
|
||||||
|
php-vn-lib (1.0-16) stable; urgency=low
|
||||||
|
|
||||||
|
* Initial Release.
|
||||||
|
|
||||||
|
-- Juan Ferrer Toribio <juan@verdnatura.es> Wed, 19 Aug 2015 12:00:00 +0200
|
|
@ -0,0 +1 @@
|
||||||
|
9
|
|
@ -0,0 +1,16 @@
|
||||||
|
Source: php-vn-lib
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Juan Ferrer Toribio <juan@verdnatura.es>
|
||||||
|
Build-Depends: build-essential, debhelper
|
||||||
|
Standards-Version: 3.9.3
|
||||||
|
Section: misc
|
||||||
|
Homepage: http://www.verdnatura.es
|
||||||
|
Vcs-Git: git://www.verdnatura.es/var/git/php-vn-lib
|
||||||
|
|
||||||
|
Package: php-vn-lib
|
||||||
|
Architecture: any
|
||||||
|
Depends: php5-mysql
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Description: PHP libraries
|
||||||
|
PHP libraries.
|
|
@ -0,0 +1,24 @@
|
||||||
|
Format: http://dep.debian.net/deps/dep5
|
||||||
|
Name: php-vn-lib
|
||||||
|
Source: git://www.verdnatura.es/var/git/php-vn-lib
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2011-2015 Juan Ferrer Toribio <juan@verdnatura.es>
|
||||||
|
License: GPL-3.0+
|
||||||
|
|
||||||
|
License: GPL-3.0+
|
||||||
|
This package is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
.
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU General Public
|
||||||
|
License can be found in "/usr/share/common-licenses/GPL-3".
|
|
@ -0,0 +1 @@
|
||||||
|
lib/* usr/share/php
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
Package: php-vn-lib
|
|
||||||
Version: 1.0-16
|
|
||||||
Architecture: all
|
|
||||||
Maintainer: Juan Ferrer Toribio <juan@verdnatura.es>
|
|
||||||
Depends: php5-mysql
|
|
||||||
Section: misc
|
|
||||||
Priority: optional
|
|
||||||
Description: PHP libraries
|
|
||||||
PHP libraries.
|
|
Loading…
Reference in New Issue