[Pkg-cli-libs-commits] r4260 - in /packages/smartirc4net/trunk/debian: README.source changelog control

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Wed Nov 4 23:02:43 UTC 2009


Author: directhex
Date: Wed Nov  4 23:02:42 2009
New Revision: 4260

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4260
Log:
Fix sections
README.source for dpatch

Added:
    packages/smartirc4net/trunk/debian/README.source
Modified:
    packages/smartirc4net/trunk/debian/changelog
    packages/smartirc4net/trunk/debian/control

Added: packages/smartirc4net/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/smartirc4net/trunk/debian/README.source?rev=4260&op=file
==============================================================================
--- packages/smartirc4net/trunk/debian/README.source (added)
+++ packages/smartirc4net/trunk/debian/README.source Wed Nov  4 23:02:42 2009
@@ -1,0 +1,31 @@
+cecil for Debian
+----------------
+
+This package uses dpatch 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 get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+
+ -- David Paleino <d.paleino at gmail.com>  Sat, 07 Feb 2009 21:22:18 +0100

Modified: packages/smartirc4net/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/smartirc4net/trunk/debian/changelog?rev=4260&op=diff
==============================================================================
--- packages/smartirc4net/trunk/debian/changelog (original)
+++ packages/smartirc4net/trunk/debian/changelog Wed Nov  4 23:02:42 2009
@@ -3,10 +3,13 @@
   * debian/control,
     debian/rules:
     + Use mono-csc from mono-devel 2.4.2.3
-    + Add a get-orig-source rule. if only upstream actually uploaded
+    + Add a get-orig-source rule. If only upstream actually uploaded
       new releases, it might serve some purpose
   * debian/control:
-    + Sbump to Standards 3.8.3
+    + Bump to Standards 3.8.3
+    + Change sections to match archive
+  * debian/README.source:
+    + Appease lintian overlords with a little dpatch guide
   * debian/control,
     debian/libsmartirc4net-cil-dev.install,
     debian/libsmartirc4net-cil-dev.links:

Modified: packages/smartirc4net/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/smartirc4net/trunk/debian/control?rev=4260&op=diff
==============================================================================
--- packages/smartirc4net/trunk/debian/control (original)
+++ packages/smartirc4net/trunk/debian/control Wed Nov  4 23:02:42 2009
@@ -1,5 +1,5 @@
 Source: smartirc4net
-Section: libs
+Section: cli-mono
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>
@@ -23,6 +23,7 @@
  This package contains the libsmartirc4net library itself
 
 Package: libsmartirc4net-cil-dev
+Section: libdevel
 Architecture: all
 Replaces: libsmartirc4net0.4-cil (<< 0.4.5.1-3)
 Depends: libsmartirc4net0.4-cil (= ${binary:Version}), ${misc:Depends}




More information about the Pkg-cli-libs-commits mailing list