summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorBen Gertzfield <che@src.gnome.org>1998-11-17 21:19:25 +0000
committerBen Gertzfield <che@src.gnome.org>1998-11-17 21:19:25 +0000
commit9b26da82ca4dc1a9d8707d6a581dc0b51f9092fb (patch)
tree351a57944fbaca06b2d1b0a74cba1753e13ff4f8 /debian/changelog
parentcb4a61eaa371d17038f88639fd5fc742f51f4c6d (diff)
downloadgtk+-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/changelog')
-rw-r--r--debian/changelog165
1 files changed, 3 insertions, 162 deletions
diff --git a/debian/changelog b/debian/changelog
index 8164660b57..65ac25e954 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,167 +1,8 @@
-gtk+ (1:0.99.8-1) unstable; urgency=low
+gtk+-cvs (19981116.01) unstable; urgency=low
- * New upstream version.
- * New file included in libgtk-dev: /usr/share/aclocal/gtk.m4,
- to help autoconf/automake developers use gtk and gtk-config
- more easily.
- * New file included in libgtk-doc: /usr/doc/libgtk-doc/gtk-config.txt
- Please refer to this doc when developing for gtk or compiling
- and running into odd path-related errors.
-
- -- Ben Gertzfield <che@debian.org> Thu, 19 Mar 1998 19:58:53 -0800
+ * First test build from CVS
-gtk+ (1:0.99.7-4) frozen unstable; urgency=low
-
- * Rebuild with native Debian libtool to have libraries properly
- linked with libc and libX et al.
-
- -- Ben Gertzfield <che@debian.org> Tue, 17 Mar 1998 16:05:13 -0800
-
-gtk+ (1:0.99.7-3) frozen unstable; urgency=low
-
- * Accidentally included all the html docs in /usr/doc/libgtk-doc/faq-html;
- moved the tutorial into /usr/doc/libgtk-doc/tutorial-html.
- * Included the Italian Gtk+ Tutorial in
- /usr/doc/libgtk-doc/italian-tutorial-html.
-
- -- Ben Gertzfield <che@debian.org> Mon, 16 Mar 1998 22:39:57 -0800
-
-gtk+ (1:0.99.7-2) unstable; urgency=low
-
- * Upstream source added a /usr/lib/glib/ directory that I didn't
- notice; included this directory in libgtk-dev.
- * Realized that Xinput support was broken because I was doing
- ./configure --enable-xinput=xfree instead of ./configure
- --with-xinput=xfree. Fixed.
-
- -- Ben Gertzfield <che@debian.org> Sun, 15 Mar 1998 19:17:05 -0800
-
-gtk+ (1:0.99.7-1) unstable; urgency=low
-
- * New upstream release -- THIS IS INCOMPATIBLE WITH OLDER RELEASES!
- All Gtk-using packages *will* need patches to work with this Gtk!
- * Upstream release includes 'gtk-config' script to check installed
- version of Gtk; included said script in libgtk-dev in /usr/bin.
-
- -- Ben Gertzfield <che@debian.org> Sun, 15 Mar 1998 11:03:03 -0800
-
-gtk+ (1:0.99.5-2) unstable; urgency=low
-
- * Modified libgtk-doc to Replace: libgtk-dev (<< 1:0.99.4) to
- deal with both packages including the same .info files.
- Fixes bug #19533.
- * Also noticed that libgtk-dev depended on libgtk1 without
- an epoch! Fixed.
-
- -- Ben Gertzfield <che@debian.org> Thu, 12 Mar 1998 13:37:11 -0800
-
-gtk+ (1:0.99.5-1) unstable; urgency=low
-
- * Wow, that was quick, a new upstream version.
-
- -- Ben Gertzfield <che@debian.org> Mon, 9 Mar 1998 22:08:08 -0800
-
-gtk+ (1:0.99.4-3) unstable; urgency=low
-
- * Recompiled with --enable-xinput=xfree to enable Wacom pads
- and other physical input devices.
-
- -- Ben Gertzfield <che@debian.org> Mon, 9 Mar 1998 21:26:07 -0800
-
-gtk+ (1:0.99.4-2) unstable; urgency=MEDIUM
-
- * Ack! The shlibs file makes things depend on libgtk1 (>= 0.99.4)
- rather than (>= 1:0.99.4)! Fixes bug #19134.
-
- -- Ben Gertzfield <che@debian.org> Sat, 7 Mar 1998 23:57:33 -0800
-
-gtk+ (1:0.99.4-1) unstable; urgency=low
-
- * New upstream version.
- * Recompiled with new debhelper to remove du warnings.
- * Upstream source is named gtk+, not libgtk1. Changed source name.
- * Removed --disable-xim in hopes that xim is no longer broken.
- * Removed testgtk at the behest of the Gtk developers until I can
- come up with a better solution, probably related to:
- * the new libgtk-doc package! :) libgtk-doc contains the Gtk FAQ,
- the Gtk Tutorial, and the Gtk info files.
-
- -- Ben Gertzfield <che@debian.org> Tue, 3 Mar 1998 22:23:47 -0800
-
-libgtk1 (1:0.99.3-2) unstable; urgency=low
-
- * Created manpage for testgtk program.
- * Fixed copyright mention to LGPL.gz to be just LGPL.
- * This fixes all known lintian errors.
-
- -- Ben Gertzfield <che@debian.org> Wed, 11 Feb 1998 14:07:17 -0800
-
-libgtk1 (1:0.99.3-1) unstable; urgency=low
-
- * New upstream version.
- * Include the testgtk binary in libgtk-dev.
-
- -- Ben Gertzfield <che@debian.org> Sat, 24 Jan 1998 15:30:09 -0800
-
-libgtk1 (1:0.99.2-2) unstable; urgency=low
-
- * Fixed shlibs file to specify version >=1:0.99.2.
- * Renamed debian/postinst.libgtk1 to debian/postinst, so debhelper
- would actually install it.
-
- -- Ben Gertzfield <che@debian.org> Mon, 5 Jan 1998 12:22:46 -0800
-
-libgtk1 (1:0.99.2-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Ben Gertzfield <che@debian.org> Sun, 4 Jan 1998 00:21:21 -0800
-
-libgtk1 (1:0.99.0-1) unstable; urgency=medium
-
- * New upstream version with new numbering scheme, went to epoch :1
- correspondingly.
- * Hopefully fixed entry-field bug.
- * Converted to use debhelper.
-
- -- Ben Gertzfield <che@debian.org> Mon, 15 Dec 1997 12:02:25 -0800
-
-libgtk1 (971201-1) unstable; urgency=low
-
- * New upstream version.
- * Fixed copyright to say LGPL, not GPL. (bug #14867)
- * Re-added postinst ldconfig call. (bug #14213)
- * Info files should be correct now. (bugs #14773, #15143)
-
- -- Ben Gertzfield <che@debian.org> Mon, 1 Dec 1997 16:41:50 -0800
-
-libgtk1 (971109-1) unstable; urgency=low
-
- * New upstream version.
- * Name is really 'GIMP Tool Kit', not 'General Tool Kit'.
-
- -- Ben Gertzfield <che@debian.org> Mon, 10 Nov 1997 16:15:27 -0800
-
-libgtk1 (970925-3) unstable; urgency=low
-
- * Moved the include files to /usr/include/{gtk,gdk}.
- * Removed postinst/postrm ldconfig calls, fixes old gimp bug #13773.
-
- -- Ben Gertzfield <che@debian.org> Fri, 17 Oct 1997 17:06:10 -0700
-
-libgtk1 (970925-2) unstable; urgency=low
-
- * Added the shlibs file.
- * Removed the postinst/postrm calls to ldconfig, fixes bug #13733.
-
- -- Ben Gertzfield <che@debian.org> Fri, 10 Oct 1997 17:55:39 -0700
-
-libgtk1 (970925-1) unstable; urgency=low
-
- * New upstream version.
- * Split off source tree from gimp's source tree.
-
- -- Ben Gertzfield <che@debian.org> Mon, 29 Sep 1997 13:14:45 -0700
+ -- Ben Gertzfield <che@debian.org> Tue, 17 Nov 1998 12:02:13 -0800
Local variables:
mode: debian-changelog