[Pkg-fedora-ds-maintainers] 389-console: Changes to 'debian-unstable'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Jun 28 07:38:21 UTC 2012


 debian/389-console.lintian-overrides |    3 +++
 debian/README.Debian                 |    6 ------
 debian/README.source                 |    9 ---------
 debian/changelog                     |    2 +-
 debian/control                       |    7 ++++---
 debian/copyright                     |    4 ++++
 debian/watch                         |    2 +-
 7 files changed, 13 insertions(+), 20 deletions(-)

New commits:
commit d2699b5bf366e568e8fab9c272f109d99bdfde38
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Jun 28 10:38:17 2012 +0300

    fix the watch url

diff --git a/debian/watch b/debian/watch
index 09f9f98..b686feb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://directory.fedoraproject.org/sources/389-console-(.*)\.tar\.bz2
+http://directory.fedoraproject.org/wiki/Source .*/389-console-(.*)\.tar\.bz2
 

commit 75b5def1a5500e78c15599f7fd72a362fb7c490d
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 15 19:00:26 2012 +0200

    fix java depends

diff --git a/debian/control b/debian/control
index c9f188e..3495ef3 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: 389-console
 Architecture: all
 Depends: ${misc:Depends},
  libidm-console-framework-java,
- java6-runtime,
+ openjdk-6-jre | java6-runtime,
 Description: 389 Management Console
  A Java based remote management console used for managing 389
  Administration Server and 389 Directory Server.

commit 573a7c6d7e79859c1d889a9e4ae77ff9777c28bd
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 15 18:57:02 2012 +0200

    update the maintainer/uploader address

diff --git a/debian/control b/debian/control
index ff23af3..c9f188e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: 389-console
 Section: java
 Priority: extra
-Maintainer: Timo Aaltonen <tjaalton at ubuntu.com>
+Maintainer: Debian 389ds Team <pkg-fedora-ds-maintainers at lists.alioth.debian.org>
+Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
 Build-Depends: debhelper (>= 8.0.0),
  default-jdk,
  quilt,

commit 3f7f2518cf9e3826dc6006eaedd19dac6e050771
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 15 18:55:17 2012 +0200

    fill ITP bugnum

diff --git a/debian/changelog b/debian/changelog
index 163e2c8..907ca0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 389-console (1.1.7-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #664089)
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 12 Oct 2011 01:05:43 +0300

commit 15a552f213cce966ff937484eed5eae88591636e
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 15 18:54:57 2012 +0200

    add lintian overrides

diff --git a/debian/389-console.lintian-overrides b/debian/389-console.lintian-overrides
new file mode 100644
index 0000000..505eed2
--- /dev/null
+++ b/debian/389-console.lintian-overrides
@@ -0,0 +1,3 @@
+codeless-jar usr/share/java/389-console-1.1.7_en.jar
+missing-classpath libidm-console-framework-java
+binary-without-manpage usr/bin/389-console

commit 3005c311a7a56e10ead270a79868c9996af75e30
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 15 10:02:25 2012 +0200

    remove debhelper templates

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index eaa9ae6..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-389-console for Debian
-----------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 12 Oct 2011 01:05:43 +0300
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 4e71c4c..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-389-console for Debian
-----------------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e69de29..0000000

commit 6527d0f6932b5d738d912c80fea64cf9034cfc57
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Tue Mar 13 16:05:57 2012 +0200

    fix copyright

diff --git a/debian/copyright b/debian/copyright
index dbfdac2..6c3c00f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,3 +25,7 @@ License: GPL-2+
  .
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: LGPL-2
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2 can be found in "/usr/share/common-licenses/LGPL-2".

commit d949c3dd79a8c17bba4cdd4ac67c469608d30fa4
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Tue Mar 13 16:04:34 2012 +0200

    bump the standards version to 3.9.3, no changes

diff --git a/debian/control b/debian/control
index 527f5cc..ff23af3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8.0.0),
  libjss-java,
  libldap-java,
  libidm-console-framework-java, 
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://directory.fedoraproject.org
 Vcs-Git: git://git.debian.org/git/pkg-fedora-ds/389-console.git
 Vcs-Browser: http://git.debian.org/?p=pkg-fedora-ds/389-console.git;a=summary



More information about the Pkg-fedora-ds-maintainers mailing list