[Pkg-mc-commits] r187 - in trunk/debian: . patches

Denis Briand narcan-guest at alioth.debian.org
Sun May 3 12:56:00 UTC 2009


Author: narcan-guest
Date: 2009-05-03 12:56:00 +0000 (Sun, 03 May 2009)
New Revision: 187

Added:
   trunk/debian/patches/series
Removed:
   trunk/debian/patches/all.series
Modified:
   trunk/debian/changelog
   trunk/debian/compat
   trunk/debian/control
   trunk/debian/copyright
   trunk/debian/rules
Log:
* move trunk/debian/patches/all.series into trunk/debian/patches/series
* bump standards and compat and fix lintian issues
* add co-maintainer (me)
* changelog updated (see it for more details)
---> Denis Briand



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-03-17 11:21:20 UTC (rev 186)
+++ trunk/debian/changelog	2009-05-03 12:56:00 UTC (rev 187)
@@ -1,7 +1,18 @@
 mc (2:4.6.2-3) unstable; urgency=low
 
+  [ Patrick Winnertz ]
   * Change Section for -dbg package to debug 
 
+  [ Denis Briand ]
+  * Add co-maintainer : Denis Briand <denis at narcan.fr>
+  * Bump standards version to 3.8.1
+  * Bump debian/compat to 7
+  * Rename debian/patches/all.series into debian/patches/series
+    + to be lintian clean
+  * Change copyright link to an existent file in debian/copyright
+  * Add ${misc:Depends} in debian/control
+  * Change deprecated dh_clean -k into dh_prep in debian/rules
+
  -- Patrick Winnertz <winnie at debian.org>  Tue, 17 Mar 2009 12:20:20 +0100
 
 mc (2:4.6.2-2) unstable; urgency=low

Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat	2009-03-17 11:21:20 UTC (rev 186)
+++ trunk/debian/compat	2009-05-03 12:56:00 UTC (rev 187)
@@ -1 +1 @@
-5
+7

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-03-17 11:21:20 UTC (rev 186)
+++ trunk/debian/control	2009-05-03 12:56:00 UTC (rev 187)
@@ -2,14 +2,14 @@
 Section: utils
 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, libgpm-dev |not+linux-gnu, gettext, libslang2-dev, quilt, cvs, automake, binutils
-Standards-Version: 3.8.0
+Uploaders: Patrick Winnertz <winnie at debian.org>, Denis Briand <denis at narcan.fr>
+Build-Depends: debhelper (>= 7), libglib2.0-dev, libgpm-dev |not+linux-gnu, gettext, libslang2-dev, quilt, cvs, automake, binutils
+Standards-Version: 3.8.1
 Homepage: http://www.midnight-commander.org
 
 Package: mc
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: mime-support, perl, zip, unzip, bzip2, links | w3m | lynx, arj, file, xpdf, dbview, odt2txt
 Description: midnight commander - a powerful file manager
  GNU Midnight Commander is a text-mode full-screen file manager. It
@@ -21,7 +21,7 @@
 
 Package: mc-dbg
 Architecture: any
-Depends: mc (= ${binary:Version})
+Depends: mc (= ${binary:Version}), ${misc:Depends}
 Priority: extra
 Section: debug
 Suggests: gdb

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2009-03-17 11:21:20 UTC (rev 186)
+++ trunk/debian/copyright	2009-05-03 12:56:00 UTC (rev 187)
@@ -23,4 +23,4 @@
 
 License:
    This software is released under GPLv2 license - see the
-   /usr/share/common-licenses/GPLv2.
+   /usr/share/common-licenses/GPL-2.

Deleted: trunk/debian/patches/all.series
===================================================================
--- trunk/debian/patches/all.series	2009-03-17 11:21:20 UTC (rev 186)
+++ trunk/debian/patches/all.series	2009-05-03 12:56:00 UTC (rev 187)
@@ -1,35 +0,0 @@
-bugs/64_visible_tabs.patch
-debian/01_correct_conffile_paths_in_man.patch
-debian/02_use_correct_smb_conf_path.patch
-debian/04_debian_menu_additions.patch
-debian/05_disable_internal_editor.patch
-mc.ext/01_tar_forgot_arg.patch
-mc.ext/02_use_arj.patch
-mc.ext/03_debian_packages.patch
-mc.ext/04_view_ascii.patch
-mc.ext/05_gimp_remote.patch
-mc.ext/06_use_several_text_browsers.patch
-mc.ext/07_add_antiword.patch
-mc.ext/08_several_additions_debian.patch
-mc.ext/09_several_additions_mandriva.patch
-mc.ext/10_run_mailcap.patch
-po/10_it.po.patch
-syntax/02_improving_nroff_filematch.patch
-syntax/05_html-syntax.patch
-syntax/06_strace_syntax.patch
-syntax/07_named_syntax.patch
-syntax/09_spec-syntax.patch
-syntax/10_vhdl-syntax.patch
-syntax/12_asm-syntax.patch
-syntax/11_mail-syntax.patch
-syntax/13_procmail-syntax.patch
-vfs/01_ftpfs_symlink.patch
-vfs/02_ignore_ftp_chmod_error.patch
-vfs/05_add_lzma_support.patch
-vfs/06_remove_obsolete_rpm_tags.patch
-vfs/07_srpm_support.patch
-vfs/08_improved_u7z_support.patch
-vfs/09_choose_correct_urar.patch
-utf8/mc-4.6.2-utf8.patch
-bugs/99_regexp-replace-fixed.patch
-bugs/99b_fix-regex-pattern-lengths.patch

Copied: trunk/debian/patches/series (from rev 186, trunk/debian/patches/all.series)
===================================================================
--- trunk/debian/patches/series	                        (rev 0)
+++ trunk/debian/patches/series	2009-05-03 12:56:00 UTC (rev 187)
@@ -0,0 +1,35 @@
+bugs/64_visible_tabs.patch
+debian/01_correct_conffile_paths_in_man.patch
+debian/02_use_correct_smb_conf_path.patch
+debian/04_debian_menu_additions.patch
+debian/05_disable_internal_editor.patch
+mc.ext/01_tar_forgot_arg.patch
+mc.ext/02_use_arj.patch
+mc.ext/03_debian_packages.patch
+mc.ext/04_view_ascii.patch
+mc.ext/05_gimp_remote.patch
+mc.ext/06_use_several_text_browsers.patch
+mc.ext/07_add_antiword.patch
+mc.ext/08_several_additions_debian.patch
+mc.ext/09_several_additions_mandriva.patch
+mc.ext/10_run_mailcap.patch
+po/10_it.po.patch
+syntax/02_improving_nroff_filematch.patch
+syntax/05_html-syntax.patch
+syntax/06_strace_syntax.patch
+syntax/07_named_syntax.patch
+syntax/09_spec-syntax.patch
+syntax/10_vhdl-syntax.patch
+syntax/12_asm-syntax.patch
+syntax/11_mail-syntax.patch
+syntax/13_procmail-syntax.patch
+vfs/01_ftpfs_symlink.patch
+vfs/02_ignore_ftp_chmod_error.patch
+vfs/05_add_lzma_support.patch
+vfs/06_remove_obsolete_rpm_tags.patch
+vfs/07_srpm_support.patch
+vfs/08_improved_u7z_support.patch
+vfs/09_choose_correct_urar.patch
+utf8/mc-4.6.2-utf8.patch
+bugs/99_regexp-replace-fixed.patch
+bugs/99b_fix-regex-pattern-lengths.patch

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-03-17 11:21:20 UTC (rev 186)
+++ trunk/debian/rules	2009-05-03 12:56:00 UTC (rev 187)
@@ -485,7 +485,7 @@
 common-install: debian/stamp-common-install
 debian/stamp-common-install: $(patsubst %,build-%,$(DEB_ALL_PACKAGES))
 	dh_testdir
-	dh_clean -k
+	dh_prep
 	dh_installdirs -A $(DEB_DIRS)
 	$(internal_invoke) deb-extra-common-install DEB_CURPACKAGE=
 	touch $@




More information about the Pkg-mc-commits mailing list