[Pkg-gmagick-svn-commit] r13 - trunk

luciano at alioth.debian.org luciano at alioth.debian.org
Tue Dec 25 22:32:25 UTC 2007


Author: luciano
Date: 2007-12-25 22:32:25 +0000 (Tue, 25 Dec 2007)
New Revision: 13

Modified:
   trunk/README
Log:
more data


Modified: trunk/README
===================================================================
--- trunk/README	2007-12-11 01:07:08 UTC (rev 12)
+++ trunk/README	2007-12-25 22:32:25 UTC (rev 13)
@@ -1,4 +1,5 @@
-0f68bfe6d3d5b3926b51911411052436  ../ImageMagick-6.3.7-1.tar.gz
+0f68bfe6d3d5b3926b51911411052436  ImageMagick-6.3.7-1.tar.gz
+40c5ac24fe97f3cabe23a7cfe10febea  ImageMagick-6.3.7-2.tar.gz
 
 [FOLDER] debian/
 This is the debian folder for the package
@@ -9,7 +10,23 @@
 
 For compile:
 1- Download the upstream tarball and untarball it.
+   $ wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-x.y.z-X.tar.gz
+   $ tar zxf ImageMagick-x.y.z-X.tar.gz
+
 2- Apply the orig.patches with quilt.
+   $ cd ImageMagick-x.y.z
+   $ env QUILT_PATCHES=../trunk/orig.patches quilt push
+   $ rm -rf .pc
+   $ cd ..
+
 3- create the dfsg.orig.tar.gz
-4- Move the debian-<version> to the directory.
+   $ mv ImageMagick-x.y.z imagemagick-x.y.z.X.dfsg1
+   $ tar zcf imagemagick_x.y.z.X.dfsg1.orig.tar.gz imagemagick-x.y.z.X.dfsg1
+
+4- Move the trunk/debian to the directory.
+   $ cp -r trunk/debian imagemagick-x.y.z.X.dfsg1
+   $ rm -rf imagemagick-x.y.z.X.dfsg1/debian/.svn 
+
 5- Compile and upload.
+   $ cd imagemagick-x.y.z.X.dfsg1
+   $ pbuilder




More information about the pkg-gmagick-svn-commit mailing list