File: README.source

package info (click to toggle)
gwyddion 2.62-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 51,952 kB
  • sloc: ansic: 398,486; python: 7,877; sh: 5,492; makefile: 4,723; xml: 3,883; cpp: 1,969; pascal: 418; perl: 154; ruby: 130
file content (34 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Gwyddion for Debian - Packaging Issues
======================================

1. dpkg-shlibdeps warnings

dpkg-shlibdeps emits currently some warnings like:

  dpkg-shlibdeps: warning: symbol gwy_layer_basic_set_gradient_key used by
  debian/gwyddion/usr/lib/gwyddion/modules/process/polylevel.so found in
  none of the libraries.

These symbols are resolved through the main application, which takes care of
loading all necessary libraries. The modules then don't need to link
individually to them, which causes this warning. The complete explanation can
be found here:
http://sourceforge.net/mailarchive/forum.php?thread_name=48762E7D.2000000%40beathovn.de&forum_name=gwyddion-devel

2. debian/copyright notice

Following an advice from tiCo (Mario Iselis) on #debian-mentors, I wrote the
debian/copyright file in such a way, that all unique combinations of copyright
holders and licenses got one machine-interpretable entry, regardless of the
copyright year. I.e., if there are several files mentioned and a range of years,
the given copyright years indicate the widest range, which covers all actual
copyright years of the files.

3. -dev package is architecture-dependent

The -dev package is architecture-dependent because of the files
gwyddion.pc and gwyconfig.h which are architecture dependent.

  -- Jan Beyer <jan@beathovn.de>  Mon, 09 Feb 2009 22:02:19 +0100

 -- Yavor Doganov <yavor@gnu.org>, Wed, 20 Nov 2019 15:58:07 +0200