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

Denis Briand narcan-guest at alioth.debian.org
Tue Mar 30 22:41:24 UTC 2010


Author: narcan-guest
Date: 2010-03-30 22:41:23 +0000 (Tue, 30 Mar 2010)
New Revision: 368

Removed:
   trunk/debian/README.source
Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
-remove quilt builddep (because deb source 3)
-remove README.source file
-update changelog (ready for upload)


Deleted: trunk/debian/README.source
===================================================================
--- trunk/debian/README.source	2010-03-30 21:04:05 UTC (rev 367)
+++ trunk/debian/README.source	2010-03-30 22:41:23 UTC (rev 368)
@@ -1,57 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To configure quilt to use debian/patches instead of patches, you want
-either to export QUILT_PATCHES=debian/patches in your environment
-or use this snippet in your ~/.quiltrc:
-
-    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
-        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
-                export QUILT_PATCHES=debian/patches
-        fi
-    done
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
-    quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
-    quilt new <patch>
-
-where <patch> is a descriptive name for the patch, used as the filename in
-debian/patches.  Then, for every file that will be modified by this patch,
-run:
-
-    quilt add <file>
-
-before editing those files.  You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly.  After editing the files, run:
-
-    quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
-    quilt import -P <patch> /path/to/patch
-    quilt push -a
-
-(add -p 0 to quilt import if needed). <patch> as above is the filename to
-use in debian/patches.  The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
-    quilt delete <patch>
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-03-30 21:04:05 UTC (rev 367)
+++ trunk/debian/changelog	2010-03-30 22:41:23 UTC (rev 368)
@@ -1,4 +1,4 @@
-mc (3:4.7.0.3-1) UNRELEASED; urgency=low
+mc (3:4.7.0.3-1) unstable; urgency=low
 
   [Yury V. Zaytsev]
   * Removed upstreamed documentation patch.
@@ -6,7 +6,8 @@
   [Denis Briand]
   * New upstream version.
   * Remove 02_use_correct_smb_conf_path.patch.
-  * bump standards version to 3.8.4.
+  * Bump standards version to 3.8.4.
+  * Remove quilt build-dependency and debian/README.source file.
 
  -- Denis Briand <denis at narcan.fr>  Tue, 30 Mar 2010 22:57:16 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2010-03-30 21:04:05 UTC (rev 367)
+++ trunk/debian/control	2010-03-30 22:41:23 UTC (rev 368)
@@ -4,7 +4,7 @@
 Maintainer: Debian MC Packaging Group <pkg-mc-devel at lists.alioth.debian.org>
 Uploaders: Patrick Winnertz <winnie at debian.org>, Denis Briand <denis at narcan.fr>, Yury V. Zaytsev <yury at shurup.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), libglib2.0-dev, libgpm-dev |not+linux-gnu, gettext, libslang2-dev, quilt, automake, binutils, cdbs, libtool
+Build-Depends: debhelper (>= 7), libglib2.0-dev, libgpm-dev |not+linux-gnu, gettext, libslang2-dev, automake, binutils, cdbs, libtool
 Standards-Version: 3.8.4
 Homepage: http://www.midnight-commander.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-mc




More information about the Pkg-mc-commits mailing list