r16541 - in /packages/unstable/gnome-app-install/debian: README.source changelog control control.in

jak-guest at users.alioth.debian.org jak-guest at users.alioth.debian.org
Tue Jul 15 21:29:35 UTC 2008


Author: jak-guest
Date: Tue Jul 15 21:29:35 2008
New Revision: 16541

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16541
Log:
debian/README.source: Add. (debian/control: Update to Policy 3.8.0)

Added:
    packages/unstable/gnome-app-install/debian/README.source
Modified:
    packages/unstable/gnome-app-install/debian/changelog
    packages/unstable/gnome-app-install/debian/control
    packages/unstable/gnome-app-install/debian/control.in

Added: packages/unstable/gnome-app-install/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/README.source?rev=16541&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/README.source (added)
+++ packages/unstable/gnome-app-install/debian/README.source Tue Jul 15 21:29:35 2008
@@ -1,0 +1,26 @@
+This package uses cdbs 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
+
+The patch with the highest number will become the current patch.
+
+To add a new set of changes, run:
+
+    cdbs-edit-patch new-patch-name
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  It should start with a number which is the number of the
+current patch + 1.
+
+You will now be dropped in a special shell, where you can make the
+modifications. After editing the files, run exit to exit the shell and
+save the new patch file, or "exit 230" to cancel the patch creation.
+
+To remove all patches that are already applied, run:
+
+	debian/rules reverse-patches

Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=16541&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Tue Jul 15 21:29:35 2008
@@ -6,6 +6,7 @@
 
   [ Julian Andres Klode ]
   * New upstream release
+  * debian/README.source: Add. (debian/control: Update to Policy 3.8.0)
 
  -- Julian Andres Klode <jak at jak-linux.org>  Tue, 15 Jul 2008 23:11:00 +0200
 

Modified: packages/unstable/gnome-app-install/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/control?rev=16541&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/control (original)
+++ packages/unstable/gnome-app-install/debian/control Tue Jul 15 21:29:35 2008
@@ -13,7 +13,7 @@
                python-central (>= 0.5),
                python-distutils-extra (>= 1.91),
                python-setuptools
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: >= 2.4
 
 Package: gnome-app-install

Modified: packages/unstable/gnome-app-install/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/control.in?rev=16541&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/control.in (original)
+++ packages/unstable/gnome-app-install/debian/control.in Tue Jul 15 21:29:35 2008
@@ -13,7 +13,7 @@
                python-central (>= 0.5),
                python-distutils-extra (>= 1.91),
                python-setuptools
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: >= 2.4
 
 Package: gnome-app-install




More information about the pkg-gnome-commits mailing list