Hi, I'm about to upload an NMU for this RC-bug with the attached diff. I've simply added the missing dependencies, and corrected the FSF mailing address which caused a large bunch of lintian warnings.
There's quite some lintian stuff left... you should check it out. Thijs
diff -u phpgroupware-0.9.16.011/debian/changelog phpgroupware-0.9.16.011/debian/changelog
--- phpgroupware-0.9.16.011/debian/changelog
+++ phpgroupware-0.9.16.011/debian/changelog
@@ -1,3 +1,12 @@
+phpgroupware (0.9.16.011-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add missing depends on mysql-client | postgresql-client, since these
+ are used in the package's postinst (Closes: #398635).
+ * Update FSF address in debian/*copyright.
+
+ -- Thijs Kinkhorst <[EMAIL PROTECTED]> Thu, 30 Nov 2006 09:56:08 +0100
+
phpgroupware (0.9.16.011-2) unstable; urgency=low
* Fix Depends typo to read php5-mysql (Closes: #387445, #388039)
diff -u phpgroupware-0.9.16.011/debian/control phpgroupware-0.9.16.011/debian/control
--- phpgroupware-0.9.16.011/debian/control
+++ phpgroupware-0.9.16.011/debian/control
@@ -15,7 +15,8 @@
phpgroupware-setup (>= ${Source-Version}),
phpgroupware-admin (>= ${Source-Version}),
phpgroupware-preferences (>= ${Source-Version}),
- wwwconfig-common (>= 0.0.34), ${misc:Depends}
+ wwwconfig-common (>= 0.0.34),
+ mysql-client | postgresql-client, ${misc:Depends}
Recommends: php5-ldap | php4-ldap
Suggests: slapd | ldap-server, postgresql | mysql-server, courier-imap | imap-server, libdbi-perl, phpgroupware-manual, phpgroupware-todo, phpgroupware-notes, phpgroupware-email, phpgroupware-nntp, phpgroupware-calendar, phpgroupware-addressbook
Provides: phpgroupware-core, phpgroupware-core-doc
diff -u phpgroupware-0.9.16.011/debian/copyright phpgroupware-0.9.16.011/debian/copyright
--- phpgroupware-0.9.16.011/debian/copyright
+++ phpgroupware-0.9.16.011/debian/copyright
@@ -29,8 +29,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff -u phpgroupware-0.9.16.011/debian/phpgroupware-email.copyright phpgroupware-0.9.16.011/debian/phpgroupware-email.copyright
--- phpgroupware-0.9.16.011/debian/phpgroupware-email.copyright
+++ phpgroupware-0.9.16.011/debian/phpgroupware-email.copyright
@@ -33,8 +33,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
diff -u phpgroupware-0.9.16.011/debian/phpgroupware-folders.copyright phpgroupware-0.9.16.011/debian/phpgroupware-folders.copyright
--- phpgroupware-0.9.16.011/debian/phpgroupware-folders.copyright
+++ phpgroupware-0.9.16.011/debian/phpgroupware-folders.copyright
@@ -32,8 +32,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
@@ -52,7 +52,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
diff -u phpgroupware-0.9.16.011/debian/phpgroupware-img.copyright phpgroupware-0.9.16.011/debian/phpgroupware-img.copyright
--- phpgroupware-0.9.16.011/debian/phpgroupware-img.copyright
+++ phpgroupware-0.9.16.011/debian/phpgroupware-img.copyright
@@ -29,8 +29,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
signature.asc
Description: This is a digitally signed message part

