r25610 - in /packages/experimental/libnotify/debian: changelog patches/01_upstream_fix_license_header.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Nov 20 11:45:12 UTC 2010


Author: pochu
Date: Sat Nov 20 11:45:11 2010
New Revision: 25610

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25610
Log:
* debian/patches/01_upstream_fix_license_header.patch:
  + Backport patch from upstream git to fix a license header which
    was mistakenly GPL.

Added:
    packages/experimental/libnotify/debian/patches/01_upstream_fix_license_header.patch
Modified:
    packages/experimental/libnotify/debian/changelog
    packages/experimental/libnotify/debian/patches/series

Modified: packages/experimental/libnotify/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/changelog?rev=25610&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/changelog [utf-8] (original)
+++ packages/experimental/libnotify/debian/changelog [utf-8] Sat Nov 20 11:45:11 2010
@@ -1,4 +1,4 @@
-libnotify (0.7.0-1) UNRELEASED; urgency=low
+libnotify (0.7.0-1) experimental; urgency=low
 
   * New upstream release. Closes: #603635.
   * debian/watch,
@@ -12,16 +12,17 @@
     + Rename the library package for the new SONAME.
   * debian/copyright:
     + Updated.
-    + DO NOT UPLOAD YET! THERE'S A GPL FILE THAT MAKES THE WHOLE LIBRARY
-      GPL, SEE https://bugzilla.gnome.org/show_bug.cgi?id=634698
   * debian/patches/01_notify-get-server-info-out-parameter-NULL.patch:
     + Removed, not needed anymore.
   * debian/control.in,
     debian/rules:
     + Add GNOME magic for Uploaders generation.
     + Include check-dist.mk to prevent accidental uploads to unstable.
-
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 12 Nov 2010 17:44:33 +0100
+  * debian/patches/01_upstream_fix_license_header.patch:
+    + Backport patch from upstream git to fix a license header which
+      was mistakenly GPL.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 20 Nov 2010 12:44:59 +0100
 
 libnotify (0.5.0-2) unstable; urgency=low
 

Added: packages/experimental/libnotify/debian/patches/01_upstream_fix_license_header.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/patches/01_upstream_fix_license_header.patch?rev=25610&op=file
==============================================================================
--- packages/experimental/libnotify/debian/patches/01_upstream_fix_license_header.patch (added)
+++ packages/experimental/libnotify/debian/patches/01_upstream_fix_license_header.patch [utf-8] Sat Nov 20 11:45:11 2010
@@ -1,0 +1,44 @@
+From 59b6bff1742bba8550895f4056492a10610f3e34 Mon Sep 17 00:00:00 2001
+From: William Jon McCann <jmccann at redhat.com>
+Date: Sun, 14 Nov 2010 15:40:42 +0000
+Subject: Use LGPL file header
+
+Mistakenly used a GPL license header.
+---
+diff --git a/libnotify/notify-features.h.in b/libnotify/notify-features.h.in
+index 4fc5529..265bdcc 100644
+--- a/libnotify/notify-features.h.in
++++ b/libnotify/notify-features.h.in
+@@ -2,21 +2,20 @@
+  *
+  * Copyright (C) 2010 Red Hat, Inc.
+  *
+- * 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 the Free Software Foundation; either version 2 of the
+- * License, or (at your option) any later version.
++ * This library is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU Lesser General Public
++ * License as published by the Free Software Foundation; either
++ * version 2.1 of the License, or (at your option) any later version.
+  *
+- * This program is distributed in the hope that it will be useful,
++ * This library is distributed in the hope that it will be useful,
+  * but WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * General Public License for more details.
++ * Lesser General Public License for more details.
+  *
+- * You should have received a copy of the GNU General Public
+- * License along with this program; if not, write to the
++ * You should have received a copy of the GNU Lesser General Public
++ * License along with this library; if not, write to the
+  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+- * Boston, MA 02111-1307, USA.
+- *
++ * Boston, MA  02111-1307, USA.
+  */
+ 
+ #ifndef __NOTIFY_VERSION_H__
+--
+cgit v0.8.3.1

Modified: packages/experimental/libnotify/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/patches/series?rev=25610&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/patches/series [utf-8] (original)
+++ packages/experimental/libnotify/debian/patches/series [utf-8] Sat Nov 20 11:45:11 2010
@@ -1,1 +1,2 @@
+01_upstream_fix_license_header.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list