~ubuntu-branches/debian/sid/java-gnome/sid

« back to all changes in this revision

Viewing changes to src/bindings/org/gnome/unique/package.html

  • Committer: Package Import Robot
  • Author(s): Guillaume Mazoyer
  • Date: 2014-05-19 17:39:50 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140519173950-fnvrdx3b8fa94hj0
Tags: 4.1.3-1
* New upstream release.
* debian/control
  - Remove libunique dependency.
  - Remove DM-Upload-Allowed field.
  - Add dbus-x11 dependency to take doc screenshots.
  - Update Standards-Version to 3.9.4.
* debian/README.Maintainer
  - Add instructions for maintainers.
* debian/libjava-gnome-java.docs
  - Update documentation filenames.
* debian/libjava-gnome-java-doc.install
  - Fix HACKING file installation.
* debian/patches/02_unique_dependency.diff
  - Remove no longer needed patch (fixed upstream).
* debian/patches/02_build_python.diff
  - Add patch to fix build process (python2 env variable not found).
* debian/patches/03_build_doc_snapshots.diff (Closes: #748565)
  - Add patch to fix build process of the documentation (accessibilty bug).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
</head>
4
 
<body>
5
 
<p>
6
 
LibUnique is a small library providing a simple mechanism to enable you to
7
 
ensure only one "unique" instance of a library is running. See {@link
8
 
org.gnome.unique.Application Application} to get started.</p>
9
 
 
10
 
</body>
11
 
</html>
12
 
 
13
 
<!--
14
 
 
15
 
  Copyright © 2009-2010 Operational Dynamics Consulting, Pty Ltd and Others
16
 
 
17
 
  As project documentation, this file forms an integral part of the source
18
 
  code of the library it accompanies, and thus is made available to you by its
19
 
  authors as open source software: you can redistribute it and/or modify it
20
 
  under the terms of the GNU General Public License version 2 ("GPL") as
21
 
  published by the Free Software Foundation.
22
 
 
23
 
  This program is distributed in the hope that it will be useful, but WITHOUT
24
 
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
25
 
  FITNESS FOR A PARTICULAR PURPOSE. See the GPL for more details.
26
 
 
27
 
  You should have received a copy of the GPL along with this program. If not,
28
 
  see http://www.gnu.org/licenses/. The authors of this program may be
29
 
  contacted through http://java-gnome.sourceforge.net/.
30
 
 
31
 
  vim: set textwidth=78 nowrap:
32
 
 
33
 
-->