diff options
author | Martin Schulze <joey@finlandia.infodrom.north.de> | 2002-03-04 18:50:02 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:00 +0000 |
commit | 8b372c9248930ae29763202121434d3d676d0f30 (patch) | |
tree | e0c052af107a86192d8b261adbb3e8bba8351c84 /debian/INSTALL.Debian | |
parent | 2d113e8792747151bf5d830f1a1485f2f951f940 (diff) |
Imported Debian patch 0.50-5.1debian/0.50-5.1
Diffstat (limited to 'debian/INSTALL.Debian')
-rw-r--r-- | debian/INSTALL.Debian | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/INSTALL.Debian b/debian/INSTALL.Debian new file mode 100644 index 0000000..4937c05 --- /dev/null +++ b/debian/INSTALL.Debian @@ -0,0 +1,26 @@ +xsane and xsane-gimp1.1 are almost identical, with the exception of +rules and changelog. To change rules and changelog to make an xsane +package, type: + + ./debian/rules xsane-files + +To change rules and changelog to make an xsane-gimp1.1 package, type: + + ./debian/rules xsane-gimp1.1-files + + +The first line of changelog should list the package as "xsane" or +"xsane-gimp1.1" for the respective packages. + +In rules, the "package =" and "gimp-version =" lines should be changed +as follows: + +for xsane: + +package = xsane +gimp-version=1.0 + + or + +package = xsane-gimp1.1 +gimp-version=1.1 |