Your message dated Fri, 22 Jan 2016 11:00:30 +0000
with message-id <[email protected]>
and subject line Bug#797442: fixed in lynx 2.8.9dev6-6
has caused the Debian Bug report #797442,
regarding lynx-cur: Break out a lynx-cur-common package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
797442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lynx-cur
Version: 2.8.9dev6-3
Severity: normal
Tags: patch

Hi lynx maintainers,

please find attached patch to break out a lynx-cur-common package.
This package contains files shared by the lynx-cur package over any
arch available in Debian.  Examples of such shared files are:
manpages, locale and mimetype definitions, and configuration files.

Lintian won't note an "arch-dep-package-has-big-usr-share" anymore.
We'll save arround 1,1M per (arch-1). Around 2M (depands on arch)
are preserved for the binary package.

Please check the patch before applying it to the git repo.

Although  I have an alioth account I can't check in
https://alioth.debian.org/projects/pkg-lynx/. So I created the
attached git-diff. It would be a great pleasure if I could join the
team ;-)

Thanks
Elimar

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-rc8-pipin-lxtec-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages lynx-cur depends on:
ii  libbsd0            0.7.0-2
ii  libbz2-1.0         1.0.6-8
ii  libc6              2.19-19
ii  libgnutls-deb0-28  3.3.17-1
ii  libidn11           1.32-1
ii  libncursesw5       6.0+20150810-1
ii  libtinfo5          6.0+20150810-1
ii  zlib1g             1:1.2.8.dfsg-2+b1

Versions of packages lynx-cur recommends:
ii  mime-support  3.59

lynx-cur suggests no packages.

-- no debconf information
diff --git a/debian/changelog b/debian/changelog
index 258a54c..c10ae8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,13 @@ lynx-cur (2.8.9dev6-4) UNRELEASED; urgency=medium
   * 40_reproducible_build.diff: Sort cfg_defs.h independent of locale.
     Closes: #792770
 
- -- Andreas Metzler <[email protected]>  Sat, 18 Jul 2015 16:36:13 +0200
+  [ Elimar Riesebieter ]
+  * Break out lynx-cur-common. Lintian won't note an
+    "arch-dep-package-has-big-usr-share" anymore. We'll save arround 1,1M per
+    (arch-1). Around 2M (depands on arch) are preserved for the binary package.
+  * Add myself to uploaders.
+
+ -- Elimar Riesebieter <[email protected]>  Sun, 30 Aug 2015 09:48:14 +0200
 
 lynx-cur (2.8.9dev6-3) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 18a2ffb..fcc2047 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Lynx Packaging Team <[email protected]>
 Uploaders: Axel Beckert <[email protected]>,
            Denis Briand <[email protected]>,
            Andreas Metzler <[email protected]>,
-           Andy Valencia <[email protected]>
+           Andy Valencia <[email protected]>,
+           Elimar Riesebieter <[email protected]>
 Homepage: http://lynx.isc.org/
 Build-Depends: autotools-dev,
                debhelper (>= 9),
@@ -23,11 +24,25 @@ Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lynx/lynx-cur.git/
 Vcs-Git: git://anonscm.debian.org/pkg-lynx/lynx-cur.git
 
+Package: lynx-cur-common
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: lynx-cur
+Description: shared files for lynx-cur package
+ In continuous development since 1992, Lynx sets the standard for
+ text-mode web clients.
+ .
+ This package contains files shared by the lynx-cur package over any arch
+ available in Debian.  Examples of such shared files are: manpages, locale and
+ mimetype definitions, and configuration files.
+
 Package: lynx-cur
 Architecture: any
 Multi-Arch: foreign
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         lynx-cur-common
 Provides: news-reader,
           www-browser
 Breaks: lynx (<< 2.8.7dev9-1.1),
diff --git a/debian/doc-base b/debian/doc-base
index 37cc438..5de4e4c 100644
--- a/debian/doc-base
+++ b/debian/doc-base
@@ -6,5 +6,5 @@ Abstract: This manual describes what lynx-cur is
 Section: Network/Web Browsing
 
 Format: HTML
-Index: /usr/share/doc/lynx-cur/lynx_help/lynx_help_main.html.gz
-Files: /usr/share/doc/lynx-cur/lynx_help/*.html.gz
+Index: /usr/share/doc/lynx-cur-common/lynx_help/lynx_help_main.html.gz
+Files: /usr/share/doc/lynx-cur-common/lynx_help/*.html.gz
diff --git a/debian/lynx-cur-common.docs b/debian/lynx-cur-common.docs
new file mode 100644
index 0000000..cdeace8
--- /dev/null
+++ b/debian/lynx-cur-common.docs
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/lynx_doc/*
+debian/tmp/usr/share/lynx_help
diff --git a/debian/lynx-cur-common.install b/debian/lynx-cur-common.install
new file mode 100644
index 0000000..9a5eb0d
--- /dev/null
+++ b/debian/lynx-cur-common.install
@@ -0,0 +1,3 @@
+etc/*
+usr/share/locale/*
+usr/share/man/*/*
diff --git a/debian/lynx-cur.docs b/debian/lynx-cur.docs
deleted file mode 100644
index cdeace8..0000000
--- a/debian/lynx-cur.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/lynx_doc/*
-debian/tmp/usr/share/lynx_help
diff --git a/debian/lynx-cur.install b/debian/lynx-cur.install
index 7026a61..1df36c6 100644
--- a/debian/lynx-cur.install
+++ b/debian/lynx-cur.install
@@ -1,4 +1 @@
-etc/*
 usr/bin/*
-usr/share/locale/*
-usr/share/man/*/*
diff --git a/debian/lynx-cur.links b/debian/lynx-cur.links
new file mode 100644
index 0000000..19d93ce
--- /dev/null
+++ b/debian/lynx-cur.links
@@ -0,0 +1,3 @@
+/usr/share/doc/lynx-cur-common	/usr/share/doc/lynx-cur
+
+
diff --git a/debian/lynx-cur.menu b/debian/lynx-cur.menu
new file mode 100644
index 0000000..857598c
--- /dev/null
+++ b/debian/lynx-cur.menu
@@ -0,0 +1,2 @@
+?package(lynx-cur):needs="text" section="Applications/Network/Web Browsing"\
+  title="Lynx-cur" command="lynx"
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index 857598c..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(lynx-cur):needs="text" section="Applications/Network/Web Browsing"\
-  title="Lynx-cur" command="lynx"
diff --git a/debian/rules b/debian/rules
index 3612909..7935a01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,8 @@ override_dh_auto_install:
 	cd debian/tmp/usr/share/lynx_help && rm -vf COPYING COPYHEADER
 	cd debian/tmp/usr/share/lynx_doc && rm -rvf CHANGES \
 		COPYHEADER.asc COPYING COPYING.asc samples test
-
+override_dh_link:
+	rm -rf debian/lynx-cur/usr/share/doc/lynx-cur
+	dh_link
 %:
 	dh $@ --parallel --with autotools_dev

--- End Message ---
--- Begin Message ---
Source: lynx
Source-Version: 2.8.9dev6-6

We believe that the bug you reported is fixed in the latest version of
lynx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <[email protected]> (supplier of updated lynx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 07 Dec 2015 23:33:58 +0100
Source: lynx
Binary: lynx-common lynx lynx-cur
Architecture: source all amd64
Version: 2.8.9dev6-6
Distribution: experimental
Urgency: low
Maintainer: Debian Lynx Packaging Team <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Description:
 lynx       - classic non-graphical (text-mode) web browser
 lynx-common - shared files for lynx-cur package
 lynx-cur   - Text-mode WWW Browser (transitional package)
Closes: 490265 797442
Changes:
 lynx (2.8.9dev6-6) experimental; urgency=low
 .
   [ Axel Beckert ]
   * Prefix all debhelper files with the according package name for
     consistency.
   * Rename source and primary binary package back to "lynx" again, make
     "lynx-cur" the transitional package. (Closes: #490265)
   * Change source package back to "Priority: optional". ("Priority: extra"
     dates back to the time where lynx and lynx-cur both were
     non-transitional packages and shipped different versions.)
 .
   [ Elimar Riesebieter ]
   * Break out a lynx-common package. Lintian won't emit an
     "arch-dep-package-has-big-usr-share" warning anymore. We'll save
     around 1.1 MB (arch-1) times. Around 2 MB (depends on architecture)
     are preserved for the binary package. (Closes: #797442)
   * Add myself to uploaders.
Checksums-Sha1:
 f5e2d16e67c94fafe341aba21e799aa26b4c2aac 2301 lynx_2.8.9dev6-6.dsc
 7464a6ae6d59e0014bd218ae615b69d2cf461549 2595337 lynx_2.8.9dev6.orig.tar.bz2
 04ba04d66805ce2570380fad8f89ad56d9593d8e 30696 lynx_2.8.9dev6-6.debian.tar.xz
 ea9dc23b84326fa8432129e006f907024bd4fe83 1079406 
lynx-common_2.8.9dev6-6_all.deb
 380f3fd81fb96170a6cf6f72490bc9bdf0ac04c4 236502 lynx-cur_2.8.9dev6-6_all.deb
 890f1c1d53259d583e836d9bd8de9c6acdf4483c 631822 lynx_2.8.9dev6-6_amd64.deb
Checksums-Sha256:
 b8cb61b075f361642bf0328442e441faab293f98d1eb8abaf87317f88a8b2ab1 2301 
lynx_2.8.9dev6-6.dsc
 3e1f3e8c0df19de9b3d26d6f221b6789dab3ee1302c9cf7a888efcc186f373b5 2595337 
lynx_2.8.9dev6.orig.tar.bz2
 c8c2f51d8e5f8e6ec5187ea9f08b5327ebe83e8e2be40bf1b8d03fa230b3c0ce 30696 
lynx_2.8.9dev6-6.debian.tar.xz
 04eb786019c5de9b0f5e475754e273ff9c258f9e5b7634725fa76dd8ed0c059b 1079406 
lynx-common_2.8.9dev6-6_all.deb
 a096856ccd9659aefd36632619ed80a2e95024a5e12f49ac348087a5963e59ec 236502 
lynx-cur_2.8.9dev6-6_all.deb
 645c066a2890808c297ed4243da972b25f56d98459c5052e6a74ed20cc1d543b 631822 
lynx_2.8.9dev6-6_amd64.deb
Files:
 eac760772c3ca723d583667d9c187b72 2301 web optional lynx_2.8.9dev6-6.dsc
 0191608422f2cddcab1aa6303ec638f2 2595337 web optional 
lynx_2.8.9dev6.orig.tar.bz2
 64b76c5740410e7ce0c30a62e1c62e25 30696 web optional 
lynx_2.8.9dev6-6.debian.tar.xz
 979aa1ab651d2e21322e36899ef3983e 1079406 web optional 
lynx-common_2.8.9dev6-6_all.deb
 c8d739a6d4f4ba0050376ab7f9ac62ac 236502 oldlibs extra 
lynx-cur_2.8.9dev6-6_all.deb
 b472cf67ffa9b8955439ee71046fb782 631822 web optional lynx_2.8.9dev6-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWZhibAAoJEGvmY8daNcl14Q4QALIaSykYvAOai+PdQyRrddKw
Bt4SucUTMsXynRpkTsPDDZ3rCR/Vfd/P1EvEP9otFfGGTSLlAUCSmaoIPkXGzKde
EmhDGqJOSpGFJxx1Gz37n/ale5A4bGn6a4EHW8mYP1uYV65eVHH4K352847YPkm5
CW1nqvOXW2bzHYnly8YHCqKDjF81bJknHVCeBYqQO7vVjBckDXJ4zzySca1nmLww
oL8dXyjRdrum+NPB6nUZsIQSbm52SLpR3JDvb9tlGdWAuDKvNxSuamWEQfaY0i6O
UJsPoo9iH8mnzvHVM3SDPOsbwKlfoduiykKttcdmNOyy7IvWIDxp0gkTuSkhmq++
tKeIfix0LSJyUFSoYnwghHjwmLRbULhED256p67zMcCzuWX5PhRKmLVzOJyPwXpV
IK19q5CzTZP5OJNAwj14BfbR3Ew4nNbnKcghTNKJhbbNysvDu/QoHp/bLCOv0qJq
T+5SSIwnktkJgQUWnmT93CO7Vcj6fqAJrLBIp6lKUxeH9ZhvxKfz6SMZKHWzSJnm
SbLRucnx1XimtMVIVCMUlZDSxgFrFAbdKol1lRPs789dBY4NN9SeAUh97MFlG85Y
vRGpvI1IpYco0Ry49cauTDBozlnBqwh/Ahns3FtPN/dllwiLpXpk/cmhmyyoYE26
LDZGxxqKS8AMC0Wjq77X
=mJrF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to