[Pkg-mc-commits] r140 - trunk/debian

winnie at alioth.debian.org winnie at alioth.debian.org
Thu May 22 15:13:50 UTC 2008


Author: winnie
Date: 2008-05-22 15:13:49 +0000 (Thu, 22 May 2008)
New Revision: 140

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rocks
Log:
Add patch to provide -dbg package... note fore myself: mc must go through new..


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-05-18 20:19:30 UTC (rev 139)
+++ trunk/debian/changelog	2008-05-22 15:13:49 UTC (rev 140)
@@ -1,3 +1,9 @@
+mc (2:4.6.2~git20080311-2) unstable; urgency=low
+
+  * Add debug package. Thanks to Baurzhan Ismagulov. (Closes: #472339)
+
+ -- Patrick Winnertz <winnie at debian.org>  Thu, 22 May 2008 17:05:31 +0200
+
 mc (2:4.6.2~git20080311-1) unstable; urgency=low
 
   * Have to bump from 1: to 2: ... ~git is lower than ~pre

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-05-18 20:19:30 UTC (rev 139)
+++ trunk/debian/control	2008-05-22 15:13:49 UTC (rev 140)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian MC Packaging Group <pkg-mc-devel at lists.alioth.debian.org>
 Uploaders: Patrick Winnertz <winnie at debian.org>
-Build-Depends: debhelper (> 5), libglib2.0-dev, libgpmg1-dev |not+linux-gnu, gettext, libslang2-dev, quilt, cvs, automake
+Build-Depends: debhelper (> 5), libglib2.0-dev, libgpmg1-dev |not+linux-gnu, gettext, libslang2-dev, quilt, cvs, automake, binutils
 Standards-Version: 3.7.3
 Homepage: http://www.ibiblio.org/mc/
 
@@ -18,3 +18,11 @@
  viewer with support for binary files. Also included is Virtual
  Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH, 
  SMB servers) and files inside archives to be manipulated like real files.
+
+Package: mc-dbg
+Architecture: any
+Depends: mc (= ${binary:Version})
+Suggests: gdb
+Description: midnight commander - debug info
+ GNU Midnight Commander is a text-mode full-screen file manager. This
+ package contains debugging information for mc.

Modified: trunk/debian/rocks
===================================================================
--- trunk/debian/rocks	2008-05-18 20:19:30 UTC (rev 139)
+++ trunk/debian/rocks	2008-05-22 15:13:49 UTC (rev 140)
@@ -1,5 +1,7 @@
 # custom tweaks to cbs' debian/rules
 
+DEB_DESTDIR := `pwd`/debian/mc
+
 DEB_CONFIGURE_EXTRA_FLAGS := --with-glib2 --without-ext2undel \
 	--enable-charset --with-samba --with-screen=slang
 
@@ -49,6 +51,9 @@
 	iconv -f koi8-u -t UTF-8 mc.hint.uk > tmp && mv tmp mc.hint.uk && \
 	iconv -f big5 -t UTF-8 mc.hint.zh > tmp && mv tmp mc.hint.zh
 
+deb-strip-mc:
+	dh_strip -pmc --dbg-package=mc-dbg
+
 deb-extra-pre-common-build::
 	cd po && \
 	for i in `ls | grep '\.po$$'`; do \




More information about the Pkg-mc-commits mailing list