diff options
author | Ben Gertzfield <che@src.gnome.org> | 1998-11-17 21:19:25 +0000 |
---|---|---|
committer | Ben Gertzfield <che@src.gnome.org> | 1998-11-17 21:19:25 +0000 |
commit | 9b26da82ca4dc1a9d8707d6a581dc0b51f9092fb (patch) | |
tree | 351a57944fbaca06b2d1b0a74cba1753e13ff4f8 /debian/copyright | |
parent | cb4a61eaa371d17038f88639fd5fc742f51f4c6d (diff) | |
download | gdk-pixbuf-9b26da82ca4dc1a9d8707d6a581dc0b51f9092fb.tar.gz |
Added Debian CVS build scripts. To build a snapshot Debian release,
simply run, from within the top level of the gtk+ directory:
[ben@gilgamesh:~/src/gtk-snap/gtk+]% debian/build 1:16PM
This will build a Debian snapshot release, updating debian/changelog, and
place the resultant .debs in .. (~/src/gtk-snap/ in this example).
The version numbers are automatically updated, and look like:
YYYYMMDD.XX
where YYYY is the four-digit year (Y10K problem!) and MM is the
month (01-12) and DD is the day (01-31). XX is the build number;
it starts at 01 and debian/build increments it if you build from
CVS more than once in a day. If you're doing more than 99 CVS
builds in one day you need your head checked.
*NOTE*! The debian/build script I've written does not check in the
changes it has made to debian/changelog; that'd be scary and probably
generate too many log files all the time.
This really doesn't matter *too* much, since debian/changelog is
kind of irrelevant with CVS builds. Just know that the scant
information that is in there will not be updated via CVS.
Also, for obvious reasons, the debian/build script I've written
disables PGP signing of the resultant .changes and .dsc file.
Since these packages are not going into any archives, this will
not be a problem.
Of course, all this doesn't mean much to you if you don't have the
Debian dpkg-dev tools and debhelper installed, so don't worry if
you have no idea what I'm talking about. :)
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/copyright b/debian/copyright index 70d71c281..719d44183 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ -This package was debianized by Ben Gertzfield che@imsa.edu on -Tue, 22 Jul 1997 20:53:20 -0500 +This package was debianized by Ben Gertzfield <che@debian.org> on +Tue, 17 Nov 1998 12:07:17 -0800 -It was downloaded from ftp.gimp.org. +It was produced from the CVS repository at cvs.gimp.org. It may be redistributed under the terms of the GNU LGPL, Version 2 or later, found on Debian systems in the file /usr/doc/copyright/LGPL. |