~ubuntu-branches/ubuntu/saucy/libunique/saucy

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-10-27 20:39:50 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111027203950-s790rgfbhfxqx3b3
Tags: 1.1.6-3
* Switch to dpkg source format 3.0 (quilt).
* Bump debhelper compatibility level to 8.
  - Update Build-Depends on debhelper.
  - Strip debian/tmp/ from .install files.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Add Vcs-* fields.
* debian/rules:
  - Disable -Werror. Closes: #625376
* debian/patches/01_format-security.patch:
  - Fix build failures with -Werror=format-security.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libunique
2
2
Section: libs
3
3
Priority: optional
4
 
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
4
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6
5
Uploaders: @GNOME_TEAM@
7
6
Build-Depends: cdbs (>= 0.4.41),
8
 
               debhelper (>= 5),
 
7
               debhelper (>= 8),
9
8
               gnome-pkg-tools (>= 0.11),
10
9
               pkg-config (>= 0.14),
11
10
               libglib2.0-dev (>= 2.12.0),
14
13
               libdbus-glib-1-dev (>= 0.70),
15
14
               gtk-doc-tools (>= 1.11),
16
15
               intltool
17
 
Standards-Version: 3.9.0
 
16
Standards-Version: 3.9.2
 
17
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/libunique
 
18
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/libunique
18
19
Homepage: http://live.gnome.org/LibUnique
19
20
 
20
21
Package: libunique-1.0-0
32
33
 Unique makes it easy to write this kind of applications, by
33
34
 providing a base class, taking care of all the IPC machinery
34
35
 needed to send messages to a running instance, and also handling
35
 
 the startup notification side. 
 
36
 the startup notification side.
36
37
 .
37
38
 This package contains the shared libraries.
38
39
 
54
55
 Unique makes it easy to write this kind of applications, by
55
56
 providing a base class, taking care of all the IPC machinery
56
57
 needed to send messages to a running instance, and also handling
57
 
 the startup notification side. 
 
58
 the startup notification side.
58
59
 .
59
60
 This package contains the headers and development libraries needed to
60
61
 build applications using the Unique library
74
75
 Unique makes it easy to write this kind of applications, by
75
76
 providing a base class, taking care of all the IPC machinery
76
77
 needed to send messages to a running instance, and also handling
77
 
 the startup notification side. 
 
78
 the startup notification side.
78
79
 .
79
80
 This package contains the HTML documentation for the Unique library