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

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 13 16:17:55 UTC 2008


Author: winnie
Date: 2008-02-13 16:17:54 +0000 (Wed, 13 Feb 2008)
New Revision: 22

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
more changes


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-13 15:16:48 UTC (rev 21)
+++ trunk/debian/changelog	2008-02-13 16:17:54 UTC (rev 22)
@@ -29,13 +29,19 @@
     + (Closes: #407593)
     + (Closes: #198194)
     + (Closes: #109963)
-  * New maintainer: pkg-mc-devel at lists.alioth.debian.org
+  * New maintainer: pkg-mc-devel at lists.alioth.debian.org (Closes: #455564)
   * New Uploader: myself
   * Bumped Standards-Version to 3.7.3
   * Added Homepage header to control file
   * Rediffed all patches for 4.6.2~pre1
+  * Add patch to ignore chmod errors in ftpfs, since if you copy many files to
+    a ftp server, without SITE CHMOD support, you'll get everytime a warning.
+    (Closes: #291181)
+  * Bump debian/compat to 5 (and switch from export DH_COMPAT to this file)
+  * Removes Conflicts/Replaces in debian/control, since these packages doesn't
+    exist any longer in the debian pool.
 
- -- Patrick Winnertz <winnie at debian.org>  Wed, 13 Feb 2008 16:14:25 +0100
+ -- Patrick Winnertz <winnie at debian.org>  Wed, 13 Feb 2008 17:16:39 +0100
 
 mc (1:4.6.1-8) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-02-13 15:16:48 UTC (rev 21)
+++ trunk/debian/control	2008-02-13 16:17:54 UTC (rev 22)
@@ -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 (>> 4.0.0), libglib2.0-dev, libgpmg1-dev |not+linux-gnu, gettext, libslang2-dev
+Build-Depends: debhelper (> 5), libglib2.0-dev, libgpmg1-dev |not+linux-gnu, gettext, libslang2-dev
 Standards-Version: 3.7.3
 Homepage: http://www.ibiblio.org/mc/
 
@@ -11,8 +11,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Suggests: perl, mime-support, zip, unzip, bzip2, links | w3m | lynx, arj
-Conflicts: mc-common, suidmanager (<< 0.52)
-Replaces: mc-common, manpages-pl (<= 20030210)
 Description: midnight commander - a powerful file manager
  GNU Midnight Commander is a text-mode full-screen file manager. It
  uses a two panel interface and a subshell for command execution. It

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-02-13 15:16:48 UTC (rev 21)
+++ trunk/debian/rules	2008-02-13 16:17:54 UTC (rev 22)
@@ -330,7 +330,6 @@
 DEB_ALL_PACKAGES ?= $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)
 DEB_SOURCE_PACKAGE ?= $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
 
-export DH_COMPAT=4
 
 DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
 




More information about the Pkg-mc-commits mailing list