r18352 - in /packages/experimental/gtranslator/debian: changelog copyright rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Tue Feb 10 23:04:43 UTC 2009


Author: jordi
Date: Tue Feb 10 23:04:43 2009
New Revision: 18352

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18352
Log:
* Add --disable-scrollkeeper to DEB_CONFIGURE_EXTRA_FLAGS.
* Add complete authorship and copyright details to the copyright file.

Modified:
    packages/experimental/gtranslator/debian/changelog
    packages/experimental/gtranslator/debian/copyright
    packages/experimental/gtranslator/debian/rules

Modified: packages/experimental/gtranslator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gtranslator/debian/changelog?rev=18352&op=diff
==============================================================================
--- packages/experimental/gtranslator/debian/changelog (original)
+++ packages/experimental/gtranslator/debian/changelog Tue Feb 10 23:04:43 2009
@@ -43,6 +43,8 @@
   * Build-Depend on rarian-compat.
   * Build-Depend on libapr1-dev, libaprutil1-dev, libneon27-gnutls-dev,
     libserf-0-0-dev and libsasl2-dev to get the Subversion plugin building.
+  * Add --disable-scrollkeeper to DEB_CONFIGURE_EXTRA_FLAGS.
+  * Add complete authorship and copyright details to the copyright file.
 
   [ Emilio Pozuelo Monfort ]
   * Standards-Version is 3.8.0, no changes needed.
@@ -51,7 +53,7 @@
     + Remove subversion plugin's build dependencies.
   * Remove -Wl,-z,defs from LDFLAGS as that makes the build fail.
 
- -- Jordi Mallach <jordi at iti.upv.es>  Tue, 30 Sep 2008 15:02:07 +0200
+ -- Jordi Mallach <jordi at debian.org>  Wed, 11 Feb 2009 00:00:28 +0100
 
 gtranslator (1.1.7-4) unstable; urgency=low
 

Modified: packages/experimental/gtranslator/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gtranslator/debian/copyright?rev=18352&op=diff
==============================================================================
--- packages/experimental/gtranslator/debian/copyright (original)
+++ packages/experimental/gtranslator/debian/copyright Tue Feb 10 23:04:43 2009
@@ -7,11 +7,54 @@
 
 It was downloaded from <http://gtranslator.sourceforge.net/>.
 
-Upstream Authors: Ross Golder <ross at gtranslator.org>,
-		  Fatih Demir <kabalak at gtranslator.org>.
+Upstream authors: Ross Golder <ross at gtranslator.org>,
+                  Fatih Demir <kabalak at gtranslator.org>,
+                  Pablo Sanxiao <psanxiao at gmail.com>,
+                  Ignacio Casal Quinteiro <nacho.resa at gmail.com>.
 
+Copyright © 2000-2005 Fatih Demir
+            2003-2006 Ross Golder
+            2007-2009 Ignacio Casal Quinteiro
+            2007-2009 Pablo Sanxiao
 
-Copyright: GNU General Public License.
+  For a complete list, see /usr/share/doc/gtranslator/AUTHORS and
+  /usr/share/doc/gtranslator/THANKS
 
-On a Debian system, /usr/share/common-licenses/GPL has full details of the
-license.
+Licence:
+
+The core of the package is licenced under the GNU GPL version 2:
+
+   This package 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; version 2 dated June, 1991.
+
+   This package 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.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+   USA.
+
+On Debian systems, the complete text of the GNU General Public License,
+version 2, can be found in `/usr/share/common-licenses/GPL-2'.
+
+Some of the new code and plugins is licenced under the GNU GPL version 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
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANMSGILITY or FITNESS FOR A PARTICULAR PURMSGSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public License,
+version 3, can be found in `/usr/share/common-licenses/GPL-3'.

Modified: packages/experimental/gtranslator/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gtranslator/debian/rules?rev=18352&op=diff
==============================================================================
--- packages/experimental/gtranslator/debian/rules (original)
+++ packages/experimental/gtranslator/debian/rules Tue Feb 10 23:04:43 2009
@@ -8,7 +8,7 @@
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug=no \
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-debug=no \
 			--disable-plugin-subversion
 
 clean::




More information about the pkg-gnome-commits mailing list