help-gss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

debian upload of gss 0.0.25


From: Simon Josefsson
Subject: debian upload of gss 0.0.25
Date: Thu, 26 Feb 2009 16:18:20 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)

Hi Russ.  I believe the gss package is ready for upload as well.
Lintian output and diff against last release below.  It seems better to
upload shishi first, to be able to test that the new gss package builds
fine against both the lenny version and the (then) sid version.
Thoughts?  I appreciate your review of the packaging files.

/Simon

address@hidden:~/src/debian-gss$ lintian --pedantic -X -I -i 
/var/cache/pbuilder/result/gss_0.0.25-1_i386.changes 
address@hidden:~/src/debian-gss$ cvs diff -r gss_0-0-23_3
cvs diff: Diffing .
Index: changelog
===================================================================
RCS file: /sources/gss/debian-gss/changelog,v
retrieving revision 1.35
retrieving revision 1.41
diff -u -p -r1.35 -r1.41
--- changelog   17 Mar 2008 16:09:46 -0000      1.35
+++ changelog   26 Feb 2009 15:02:37 -0000      1.41
@@ -1,3 +1,16 @@
+gss (0.0.25-1) unstable; urgency=low
+
+  [ Simon Josefsson ]
+  * New upstream version.
+    - No significant changes, but see NEWS.
+  * Update copyright file to follow the format specified in
+    http://wiki.debian.org/Proposals/CopyrightFormat
+  * Update to policy 3.8.0, no package changes required.
+  * Update URL in watch file (moved from josefsson.org to alpha.gnu.org).
+  * Add a libgss0.symbols file, to keep track of ABI changes.
+
+ -- Simon Josefsson <address@hidden>  Wed, 07 Oct 2008 21:40:17 +0200
+
 gss (0.0.23-3) unstable; urgency=low
 
   [ Simon Josefsson ]
Index: control
===================================================================
RCS file: /sources/gss/debian-gss/control,v
retrieving revision 1.28
retrieving revision 1.31
diff -u -p -r1.28 -r1.31
--- control     5 Mar 2008 07:47:25 -0000       1.28
+++ control     26 Feb 2009 00:22:18 -0000      1.31
@@ -6,13 +6,14 @@ Uploaders: Simon Josefsson <address@hidden
 XS-Dm-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5.0.24), cdbs, autotools-dev,
  libshishi-dev (>= 0.0.30), texinfo, texlive-latex-base
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Cvs: :pserver:address@hidden:/sources/gss
 Vcs-Browser: http://cvs.savannah.gnu.org/viewvc/debian-gss/?root=gss
-Homepage: http://josefsson.org/gss/
+Homepage: http://www.gnu.org/software/gss/
 
 Package: gss-doc
 Architecture: all
+Depends: ${misc:Depends}
 Section: doc
 Recommends: gss-man
 Description: Documentation for GSS (except man pages)
@@ -26,6 +27,7 @@ Description: Documentation for GSS (exce
 
 Package: gss-man
 Architecture: all
+Depends: ${misc:Depends}
 Section: doc
 Conflicts: heimdal-dev
 Description: Man pages for GSS
@@ -39,7 +41,7 @@ Description: Man pages for GSS
 Package: libgss0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: shishi
 Description: Library for Generic Security Services
  The GNU Generic Security Service Library (GSSLib) is a free
@@ -51,9 +53,8 @@ Description: Library for Generic Securit
 
 Package: libgss-dev
 Section: libdevel
-Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, libgss0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libgss0 (= ${binary:Version}), ${misc:Depends}
 Description: Development and documentation files for Generic Security Services
  The GNU Generic Security Service Library (GSSLib) is a free
  implementation of the GSS-API security framework.  GSSLib uses Shishi
@@ -67,7 +68,7 @@ Description: Development and documentati
 Package: libgss-dbg
 Architecture: any
 Section: libdevel
-Depends: libgss0 (= ${binary:Version})
+Depends: libgss0 (= ${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for GSS
  The GNU Generic Security Service Library (GSSLib) is a free
  implementation of the GSS-API security framework.  GSSLib uses Shishi
Index: copyright
===================================================================
RCS file: /sources/gss/debian-gss/copyright,v
retrieving revision 1.8
retrieving revision 1.11
diff -u -p -r1.8 -r1.11
--- copyright   2 Jan 2008 20:38:53 -0000       1.8
+++ copyright   26 Feb 2009 15:02:37 -0000      1.11
@@ -1,32 +1,27 @@
+Format-Specification: 
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: GSS
+Upstream-Maintainer: Simon Josefsson <address@hidden>
+Upstream-Source: http://www.gnu.org/software/gss/
+
 This package was debianized by Simon Josefsson <address@hidden> on
 Tue, 22 Dec 2005 10:16:27 +0100.
 
-It was downloaded from http://josefsson.org/gss/
-
 Copyright Holder: Simon Josefsson <address@hidden> (core parts)
   and The Free Software Foundation (minor parts, gnulib, misc files)
   and others (very few files, see below).
 
-Debian packaging copyright:
+Files: *
+Copyright: Copyright (C) 2002, 2003, 2004, 2005, 2006  Simon Josefsson
+License: GPL-3+
+ The entire package is licensed under GPL version 3, or (at your
+ option) any later version.  On Debian systems, the complete text of
+ the GNU General Public License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
 
-    The package files were written by Simon Josefsson and Russ Allbery,
-    and are copyright 2005, 2006, 2007, 2008, and may be redistributed
-    and/or modified 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.  On Debian systems,
-    the complete text of the GNU General Public License version 2 can be
-    found in the file `/usr/share/common-licenses/GPL-2'.
-
-License:
-
-The entire package is licensed under GPL version 3, or (at your option)
-any later version.  On Debian systems, the complete text of the GNU
-General Public License version 3 can be found in the file
-`/usr/share/common-licenses/GPL-3'.
+ Most files in lib/ and src/ have this license, for example quoting
+ lib/version.c:
 
-Most files in lib/ and src/ have this license (e.g., lib/version.c):
-
-/* version.c --- Version handling.
+ * version.c --- Version handling.
  * Copyright (C) 2002, 2003, 2004, 2005, 2006  Simon Josefsson
  *
  * This file is part of the Generic Security Service (GSS).
@@ -44,25 +39,127 @@ Most files in lib/ and src/ have this li
  * You should have received a copy of the GNU General Public License
  * along with GSS; if not, see http://www.gnu.org/licenses or write to
  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- *
- */
-
-The lib/asn1.c file has two functions originally from libtasn1 (under
-LGPL) with this additional copyright:
-
- * Copyright (C) 2002 Fabio Fiorina.
-
-Other files are generated by autoconf, automake, libtool, gettext, etc
-and are not discussed further.
 
-The following license applies to the GSS manual (doc/gss.texi):
+Files: doc/gss.texi
+Copyright: Copyright 2002-2008 Simon Josefsson
+License: GFDL-1.3+
+
+  Copyright @copyright{} 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon 
Josefsson.
+
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.3 or
+  any later version published by the Free Software Foundation; with no
+  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
+  copy of the license is included in the section entitled ``GNU Free
+  Documentation License''.
+
+ On Debian systems, the complete text of the GNU Free Documentation
+ License Version 1.3 can be found in the file
+ `/usr/share/common-licenses/GFDL-1.3'.
+
+Files: doc/gdoc
+Copyright: Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Simon Josefsson
+Copyright: Copyright (c) 1998 Michael Zucchi
+License: GPL-3+
+ ## This software falls under the GNU Public License. Please read ##
+ ##              the COPYING file for more information            ##
+
+Files: lib/asn1.c
+Copyright: Copyright (C) 2003, 2004, 2005, 2006, 2007  Simon Josefsson
+Copyright: Copyright (C) 2002 Fabio Fiorina
+License: GPL-3+
+ The lib/asn1.c file contains two functions originally from libtasn1
+ (released under LGPLv2.1+) with this additional copyright.
+
+Files: lib/api.h
+Copyright: Copyright (C) 2003, 2004, 2005, 2006, 2007  Simon Josefsson
+Copyright: Copyright (C) The Internet Society (2000)
+License: GPL-3+
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007  Simon Josefsson
+ *
+ * This file is part of the Generic Security Service (GSS).
+ *
+ * GSS 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.
+ *
+ * GSS 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 GSS; if not, see http://www.gnu.org/licenses or write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+ * Floor, Boston, MA 02110-1301, USA.
 
-    Permission is granted to copy, distribute and/or modify this
-    document under the terms of the GNU Free Documentation License,
-    Version 1.2 or any later version published by the Free Software
-    Foundation; with no Invariant Sections, no Front-Cover Texts, and
-    no Back-Cover Texts.  A copy of the license is included in the
-    section entitled ``GNU Free Documentation License''.
+ * This file was extracted by Simon Josefsson, for the GSS project,
+ * from RFC 2744, written by John Wray.  RFC 2744 contains the
+ * copyright statement below.
+ *
+ *   Copyright (C) The Internet Society (2000).  All Rights Reserved.
+ *
+ *   This document and translations of it may be copied and furnished to
+ *   others, and derivative works that comment on or otherwise explain it
+ *   or assist in its implementation may be prepared, copied, published
+ *   and distributed, in whole or in part, without restriction of any
+ *   kind, provided that the above copyright notice and this paragraph are
+ *   included on all such copies and derivative works.  However, this
+ *   document itself may not be modified in any way, such as by removing
+ *   the copyright notice or references to the Internet Society or other
+ *   Internet organizations, except as needed for the purpose of
+ *   developing Internet standards in which case the procedures for
+ *   copyrights defined in the Internet Standards process must be
+ *   followed, or as required to translate it into languages other than
+ *   English.
+ *
+ *   The limited permissions granted above are perpetual and will not be
+ *   revoked by the Internet Society or its successors or assigns.
+ *
+ *   This document and the information contained herein is provided on an
+ *   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
+ *   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
+ *   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
+ *   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
+ *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+Files: gl/*
+Files: build-aux/*
+Copyright: Copyright (C) 2007 Free Software Foundation, Inc.
+License: GPL-3+
+ These files are copied from gnulib, and the copyright is normally
+ held by Free Software Foundation, Inc.  For example
+ gl/xalloc.h:
+
+   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 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 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
+   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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+Files: debian/*
+Copyright: Copyright 2005-2009, Simon Josefsson <address@hidden>
+Copyright: Copyright 2005-2008, Russ Allbery <address@hidden>
+License: GPL-3+
+    The package files were written by Simon Josefsson and Russ
+    Allbery, and are copyright 2005, 2006, 2007, 2008, 2009, and may
+    be redistributed and/or modified 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.  On Debian systems, the complete text of the
+    GNU General Public License version 3 can be found in the file
+    `/usr/share/common-licenses/GPL-3'.
 
-On Debian systems, the complete text of the GNU Free Documentation
-License can be found in the file `/usr/share/common-licenses/GFDL'.
+Remaining files are generated by autoconf, automake, libtool, gettext,
+etc and are not discussed further.
cvs diff: tag gss_0-0-23_3 is not in file libgss0.symbols
Index: watch
===================================================================
RCS file: /sources/gss/debian-gss/watch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- watch       15 Mar 2006 09:17:56 -0000      1.1
+++ watch       30 Sep 2008 14:19:19 -0000      1.2
@@ -1,2 +1,2 @@
 version=3
-http://josefsson.org/gss/releases/gss-(.*)\.tar\.gz
+ftp://alpha.gnu.org/pub/gnu/gss/gss-(.*)\.tar\.gz
address@hidden:~/src/debian-gss$ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]