r21470 - in /desktop/unstable/pessulus/debian: README.source changelog control control.in

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Sep 23 20:26:57 UTC 2009


Author: dktrkranz
Date: Wed Sep 23 20:26:57 2009
New Revision: 21470

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21470
Log:
* debian/control.in:
  - Refreshed dependencies to match required values.
* debian/README.source:
  - Document simple-patchsys, as per Debian policy.

Added:
    desktop/unstable/pessulus/debian/README.source
Modified:
    desktop/unstable/pessulus/debian/changelog
    desktop/unstable/pessulus/debian/control
    desktop/unstable/pessulus/debian/control.in

Added: desktop/unstable/pessulus/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/README.source?rev=21470&op=file
==============================================================================
--- desktop/unstable/pessulus/debian/README.source (added)
+++ desktop/unstable/pessulus/debian/README.source [utf-8] Wed Sep 23 20:26:57 2009
@@ -1,0 +1,35 @@
+This package uses CDBS (and therefore simple-patchsys.mk) in order to 
+apply patches to the upstream source. Patches are stored in 
+debian/patches and their filenames usually end in .patch or .diff .
+For further details, see the man page for cdbs-edit-patch.
+
+All commands described below should be run from the top directory of the 
+package source tree, unless otherwise stated.
+
+ * To generate the fully patched source, in a form ready for
+   editing, that would be built to create Debian packages, run: 
+
+     make -f debian/rules apply-patches
+
+   Note: It has been proposed that, in future, this should happen 
+   automatically when you run dpkg-source -x on a CDBS 
+   simple-patchsys.mk source package.  However, this proposal has 
+   apparently not yet been implemented, so for now you have to do 
+   it yourself like this.
+
+ * To modify the source and save those modifications so that
+   they will be applied when building the package, pick a
+   suitably informative patch file name, for example
+   01_add_README.source_file.patch, and then run:
+
+     cdbs-edit-patch 01_add_README.source_file.patch
+
+   This will place you in a new shell in a temporary copy of the 
+   source tree.  Make your desired modifications to it, and then 
+   exit the shell to create the patch file containing them (this 
+   file will appear in debian/patches).
+
+ * To remove source modifications that are currently being
+   applied when building the package, run:
+
+     make -f debian/rules reverse-patches

Modified: desktop/unstable/pessulus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/changelog?rev=21470&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/changelog [utf-8] (original)
+++ desktop/unstable/pessulus/debian/changelog [utf-8] Wed Sep 23 20:26:57 2009
@@ -8,8 +8,11 @@
     - debian/patches/10_desktop_file.patch
   * debian/control.in:
     - Remove myself from Uploaders, let gnome-pkg-tools do the job.
-
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 23 Sep 2009 22:08:33 +0200
+    - Refreshed dependencies to match required values.
+  * debian/README.source:
+    - Document simple-patchsys, as per Debian policy.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 23 Sep 2009 22:21:20 +0200
 
 pessulus (2.26.2-1) unstable; urgency=low
 

Modified: desktop/unstable/pessulus/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/control?rev=21470&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/control [utf-8] (original)
+++ desktop/unstable/pessulus/debian/control [utf-8] Wed Sep 23 20:26:57 2009
@@ -18,10 +18,10 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         python-gtk2 (>= 2.6.0),
-         python-glade2 (>= 2.6.0),
-         python-gnome2 (>= 2.6.0),
-         python-bugbuddy (>= 2.6.0),
+         python-gtk2 (>= 2.13.0),
+         python-glade2 (>= 2.13.0),
+         python-gnome2 (>= 2.13.0),
+         python-bugbuddy (>= 2.13.0),
          python-gobject
 XB-Python-Version: ${python:Versions}
 Description: lockdown editor for GNOME

Modified: desktop/unstable/pessulus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/control.in?rev=21470&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/control.in [utf-8] (original)
+++ desktop/unstable/pessulus/debian/control.in [utf-8] Wed Sep 23 20:26:57 2009
@@ -18,10 +18,10 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         python-gtk2 (>= 2.6.0),
-         python-glade2 (>= 2.6.0),
-         python-gnome2 (>= 2.6.0),
-         python-bugbuddy (>= 2.6.0),
+         python-gtk2 (>= 2.13.0),
+         python-glade2 (>= 2.13.0),
+         python-gnome2 (>= 2.13.0),
+         python-bugbuddy (>= 2.13.0),
          python-gobject
 XB-Python-Version: ${python:Versions}
 Description: lockdown editor for GNOME




More information about the pkg-gnome-commits mailing list