[Pkg-erlang-commits] r1929 - erlang/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Jul 3 08:14:52 UTC 2017


Author: sgolovan
Date: 2017-07-03 08:14:51 +0000 (Mon, 03 Jul 2017)
New Revision: 1929

Modified:
   erlang/trunk/debian/changelog
   erlang/trunk/debian/control
   erlang/trunk/debian/rules
Log:
[erlang]
  * Dropped the erlang-dbg package because now the debugging symbols are
    collected automatically into *-dbgsym packages which go to a separate
    repository.


Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog	2017-07-02 19:59:11 UTC (rev 1928)
+++ erlang/trunk/debian/changelog	2017-07-03 08:14:51 UTC (rev 1929)
@@ -9,8 +9,11 @@
   * Added erlang-typer to the replaces field for erlang-base(-hipe).
   * Removed provision of erlang-abi-15.b by erlang-base(-hipe) packages
     (closes: #860713).
+  * Dropped the erlang-dbg package because now the debugging symbols are
+    collected automatically into *-dbgsym packages which go to a separate
+    repository.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 02 Jul 2017 21:57:36 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 03 Jul 2017 10:46:07 +0300
 
 erlang (1:19.2.1+dfsg-2) unstable; urgency=high
 

Modified: erlang/trunk/debian/control
===================================================================
--- erlang/trunk/debian/control	2017-07-02 19:59:11 UTC (rev 1928)
+++ erlang/trunk/debian/control	2017-07-03 08:14:51 UTC (rev 1929)
@@ -475,18 +475,6 @@
  libraries.
 
 
-Package: erlang-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: erlang-base (= ${binary:Version}), ${misc:Depends}
-Suggests: erlang, erlang-manpages, erlang-doc
-Description: Erlang/OTP symbol files
- The files containing debug symbols for binaries and libraries in Erlang
- to help in debugging applications build with them. You will not normally
- need to install this package.
-
-
 Package: erlang-src
 Architecture: all
 Depends: erlang-base (>= ${binary:Version}) | erlang-base-hipe (>= ${binary:Version}), erlang-base (<< ${binary:Version}.0) | erlang-base-hipe (<< ${binary:Version}.0), ${misc:Depends}

Modified: erlang/trunk/debian/rules
===================================================================
--- erlang/trunk/debian/rules	2017-07-02 19:59:11 UTC (rev 1928)
+++ erlang/trunk/debian/rules	2017-07-03 08:14:51 UTC (rev 1929)
@@ -454,7 +454,7 @@
 	dh_link -a -Nerlang-base-hipe
 	dh_systemd_enable -a -Nerlang-base-hipe --no-enable
 	dh_systemd_start -a -Nerlang-base-hipe --no-start
-	dh_strip -a -Nerlang-base-hipe --dbg-package=erlang-dbg
+	dh_strip -a -Nerlang-base-hipe
 	dh_compress -a -Nerlang-base-hipe
 	dh_fixperms -a -Nerlang-base-hipe
 	dh_makeshlibs -a -Nerlang-base-hipe




More information about the Pkg-erlang-commits mailing list