r35564 - in /desktop/experimental/libsecret/debian: control copyright

robert_ancell-guest at users.alioth.debian.org robert_ancell-guest at users.alioth.debian.org
Sat Jul 28 16:30:48 UTC 2012


Author: robert_ancell-guest
Date: Sat Jul 28 16:30:48 2012
New Revision: 35564

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35564
Log:
Add missing dependency and fix copyright

Modified:
    desktop/experimental/libsecret/debian/control
    desktop/experimental/libsecret/debian/copyright

Modified: desktop/experimental/libsecret/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/control?rev=35564&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/control [utf-8] (original)
+++ desktop/experimental/libsecret/debian/control [utf-8] Sat Jul 28 16:30:48 2012
@@ -19,6 +19,7 @@
 Section: libdevel
 Depends: libsecret-1-0 (= ${binary:Version}),
          gir1.2-secret-1 (= ${binary:Version}),
+         libglib2.0-dev,
          ${misc:Depends}
 Description: Secret store (development files)
  Library for storing and retrieving passwords and other secrets.

Modified: desktop/experimental/libsecret/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/copyright?rev=35564&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/copyright [utf-8] (original)
+++ desktop/experimental/libsecret/debian/copyright [utf-8] Sat Jul 28 16:30:48 2012
@@ -6,6 +6,16 @@
            Copyright Stef Walter
            Copyright Josh Davis
 License: LGPL-2.1+
+
+Files: build/valgrind/*
+Copyright: Copyright (C) 2000-2010 Julian Seward
+License: BSD
+
+Files: libsecret/tests/mock/aes.py
+Copyright: Copyright Josh Davis
+           Copyright Alex Martelli
+           Copyright Laurent Haan
+License: Apache-2.0
 
 Files: debian/*
 Copyright: Copyright (c) 2012 Canonical Ltd
@@ -28,6 +38,44 @@
  On Debian systems, the complete text of the GNU Lesser General
  Public License can be found in /usr/share/common-licenses/LGPL-2.1'.
 
+License: BSD
+ Copyright (c) The Regents of the University of California.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the BSD License can be found in
+ /usr/share/common-licenses/BSD'.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0
+ http://www.apache.org/licenses/
+ .
+ On Debian systems, the complete text of the Apache License can be found in
+ /usr/share/common-licenses/Apache-2.0'.
+
 License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by




More information about the pkg-gnome-commits mailing list