[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-commits] gforge/debian changelog, 1.348.2.32, 1.348.2.33 control
From: |
lo-lan-do |
Subject: |
[Gforge-commits] gforge/debian changelog, 1.348.2.32, 1.348.2.33 control, 1.49.2.6, 1.49.2.7 |
Date: |
Thu, 04 Mar 2004 07:30:59 -0600 |
Update of /cvsroot/gforge/gforge/debian
In directory db.perdue.net:/tmp/cvs-serv11166/debian
Modified Files:
Tag: Branch_3_1
changelog control
Log Message:
Fixed the versioned depends in gforge-cvs. On malformed line,
dpkg-gencontrol doesn't give you an error message, but just ignores
the line instead, which resulted in gforge-cvs depending on nothing at
all (Debian bug #236112).
Index: changelog
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/changelog,v
retrieving revision 1.348.2.32
retrieving revision 1.348.2.33
diff -u -d -r1.348.2.32 -r1.348.2.33
--- changelog 3 Mar 2004 19:58:04 -0000 1.348.2.32
+++ changelog 4 Mar 2004 13:30:53 -0000 1.348.2.33
@@ -1,9 +1,13 @@
-gforge (3.1-12+2) unstable; urgency=low
+gforge (3.1-12+3) unstable; urgency=low
* [Roland] Upgraded the Suggests: libphp-jpgraph to a Depends:, since
that package has now been uploaded to Debian unstable.
+ * [Roland] Fixed the versioned depends in gforge-cvs. On malformed
+ line, dpkg-gencontrol doesn't give you an error message, but just
+ ignores the line instead, which resulted in gforge-cvs depending on
+ nothing at all (closes: #236112).
- -- Roland Mas <address@hidden> Wed, 3 Mar 2004 20:51:03 +0100
+ -- Roland Mas <address@hidden> Thu, 4 Mar 2004 14:24:25 +0100
gforge (3.1-12) unstable; urgency=low
Index: control
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/control,v
retrieving revision 1.49.2.6
retrieving revision 1.49.2.7
diff -u -d -r1.49.2.6 -r1.49.2.7
--- control 3 Mar 2004 12:59:54 -0000 1.49.2.6
+++ control 4 Mar 2004 13:30:54 -0000 1.49.2.7
@@ -115,7 +115,7 @@
Package: gforge-shell-ldap
Architecture: all
-Depends: gforge-common, gforge-ldap-openldap | gforge-ldap, perl, debianutils
(>= 1.7), debconf (>= 1.0.32), ssh, libnss-ldap (>=184-1), libpam-ldap
+Depends: gforge-common, gforge-ldap-openldap | gforge-ldap, perl, debianutils
(>= 1.7), debconf (>= 1.0.32), ssh, libnss-ldap (>= 184-1), libpam-ldap
Replaces: sourceforge-shell-ldap (>> 2.6-0+11)
Provides: gforge-shell
Conflicts: sourceforge-shell
@@ -131,7 +131,7 @@
Package: gforge-cvs
Architecture: all
-Depends: gforge-common, gforge-ldap-openldap | gforge-ldap, cvs, rcs, apache
(>= 1.3.9) | apache-ssl (>= 1.3.9) | apache-perl (1.3.9), libapache-mod-ssl |
apache-ssl, perl, debianutils (>= 1.7), debconf (>= 1.0.32), ssh, libnss-ldap
(>=184-1), libpam-ldap
+Depends: gforge-common, gforge-ldap-openldap | gforge-ldap, cvs, rcs, apache
(>= 1.3.9) | apache-ssl (>= 1.3.9) | apache-perl (>= 1.3.9), libapache-mod-ssl
| apache-ssl, perl, debianutils (>= 1.7), debconf (>= 1.0.32), ssh, libnss-ldap
(>= 184-1), libpam-ldap
Replaces: sourceforge-cvs (>> 2.6-0+11)
Conflicts: sourceforge-cvs
Description: Collaborative development tool - CVS management
@@ -145,7 +145,7 @@
Package: gforge-ftp-proftpd
Architecture: all
-Depends: gforge-common, gforge-ldap-openldap | gforge-ldap, proftpd, perl,
debianutils (>= 1.7), debconf (>= 1.0.32), libnss-ldap (>=184-1), libpam-ldap
+Depends: gforge-common, gforge-ldap-openldap | gforge-ldap, proftpd, perl,
debianutils (>= 1.7), debconf (>= 1.0.32), libnss-ldap (>= 184-1), libpam-ldap
Replaces: sourceforge-ftp-proftpd (>> 2.6-0+11)
Provides: gforge-ftp
Conflicts: sourceforge-ftp
@@ -160,7 +160,7 @@
Package: gforge-ldap-openldap
Architecture: all
-Depends: gforge-common, gforge-db-postgresql | gforge-db, perl, libdbi-perl,
libdbd-pg-perl, debianutils (>= 1.7), debconf (>= 1.0.32), slapd (>= 2.0.23-3),
libnss-ldap (>=184-1), ldap-utils
+Depends: gforge-common, gforge-db-postgresql | gforge-db, perl, libdbi-perl,
libdbd-pg-perl, debianutils (>= 1.7), debconf (>= 1.0.32), slapd (>= 2.0.23-3),
libnss-ldap (>= 184-1), ldap-utils
Replaces: sourceforge-ldap-openldap (>> 2.6-0+11)
Provides: gforge-ldap,sourceforge-ldap
Conflicts: gforge-ldap,sourceforge-ldap
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-commits] gforge/debian changelog, 1.348.2.32, 1.348.2.33 control, 1.49.2.6, 1.49.2.7,
lo-lan-do <=