[Pkg-symfony-commits] [SCM] Doctrine repository under the pkg-symfony Debian group branch, master, updated. upstream/1.2.1-5-g20d91cc
Federico Gimenez Nieto
fgimenez at coit.es
Mon May 3 17:48:49 UTC 2010
The following commit has been merged in the master branch:
commit 43844d9a6fa0d2bf9493e91504fdf68b5ad91d20
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date: Mon May 3 19:09:55 2010 +0200
Updated changelog date; added php5-cli and pdo extensions to depends; modified debian files license to make it compatible with BSD-Mit-style licenses
diff --git a/debian/changelog b/debian/changelog
index 2b5b9cc..40e78c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
doctrine (1.2.1-1) unstable; urgency=low
-
+
* Initial Release. (closes: #568501)
-
- -- Federico Gimenez Nieto <fgimenez at coit.es> Fri, 12 Feb 2010 12:21:08 +0100
+
+ -- Federico Gimenez Nieto <fgimenez at coit.es> Mon, 03 May 2010 19:21:08 +0200
diff --git a/debian/control b/debian/control
index 43d139f..21b2975 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,21 @@
Source: doctrine
Section: php
Priority: optional
-Maintainer: Federico Gimenez Nieto <fgimenez at coit.es>
-Build-Depends: debhelper (>= 7.0.50~)
+Maintainer: Debian Symfony Maintainers
+ <pkg-symfony-maint at lists.alioth.debian.org>
+Uploaders: Federico Gimenez Nieto <fgimenez at coit.es>
+Build-Depends: debhelper (>= 7.0.50~), dh-make-php (>= 0.2.3), cdbs
Standards-Version: 3.8.4
+Vcs-Git: git://git.debian.org/pkg-symfony/doctrine.git
+Vcs-Browser: http://git.debian.org/?p=pkg-symfony/doctrine.git
Homepage: http://www.doctrine-project.org/
Package: doctrine
Architecture: all
-Depends: php5, ${misc:Depends}
+Depends: php5,
+ php5-cli,
+ php5-mysql | php5-pgsql | php5-sqlite,
+ ${misc:Depends}
Description: Tool for object-relational mapping in PHP
The Doctrine library sits on top of PDO and is itself
divided into two main layers, the DBAL (which represents a
@@ -21,4 +28,4 @@ Description: Tool for object-relational mapping in PHP
Doctrine Query Language (DQL), inspired by Hibernates HQL.
This provides developers with a powerful alternative to SQL
that maintains flexibility without requiring unnecessary code
- duplication
+ duplication.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
index c0dce38..25afac8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -97,20 +97,21 @@ License: BSD
Files: debian/*
Copyright: 2010 Federico Gimenez Nieto <fgimenez at coit.es>
-License: GPL-3
+License: LGPL-3
This software 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
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This software 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.
+ GNU Lesser 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/>.
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/>.
.
- On Debian systems, the full text of the GNU General Public
+ On Debian systems, the full text of the GNU Lesser General Public
License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
+ `/usr/share/common-licenses/LGPL-3'.
--
Doctrine repository under the pkg-symfony Debian group
More information about the Pkg-symfony-commits
mailing list