diff options
author | Aurelien Jarno <aurel32@debian.org> | 2005-02-03 16:24:20 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:06 +0000 |
commit | 825ef604db05e42ea267a86187bf62d54670c98c (patch) | |
tree | c41b8addd68e573fcf6ef599ec777e251a130b8e /debian/INSTALL.Debian | |
parent | ac8459519a9ef2a1ee635509b52a653da1bfe9d5 (diff) | |
parent | 817e6294b42b3e4435f1b99728afc1dca84a6445 (diff) |
Imported Debian patch 0.97-3debian/0.97-3
Diffstat (limited to 'debian/INSTALL.Debian')
-rw-r--r-- | debian/INSTALL.Debian | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/INSTALL.Debian b/debian/INSTALL.Debian deleted file mode 100644 index 4937c05..0000000 --- a/debian/INSTALL.Debian +++ /dev/null @@ -1,26 +0,0 @@ -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 |