glib/debian/control
Ben Gertzfield 87bfdee04d Added Debian CVS build scripts. To build a snapshot Debian release,
simply run, from within the top level of the glib directory:

[ben@gilgamesh:~/src/gtk-snap/glib]% debian/build                        1:16AM

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. :)
1998-11-17 09:24:21 +00:00

52 lines
1.8 KiB
Plaintext

Source: glib-cvs
Priority: extra
Section: libs
Maintainer: Ben Gertzfield <che@debian.org>
Standards-Version: 2.4.0.0
Package: libglib-cvs-1.1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: libgtk-cvs-1.1
Conflicts: libglib1.1
Description: CVS build of the GLib library of C routines
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
GLib is a library containing many useful C routines for things such
as trees, hashes, and lists. GLib was previously distributed with
the GTK+ toolkit, but has been split off as of the developers' version
1.1.0.
Package: libglib-cvs-dev
Architecture: any
Section: devel
Conflicts: libgtk-dev, libglib1.1-dev
Depends: libglib-cvs-1.1 (=${Source-Version})
Suggests: libgtk-cvs-dev, libgtk-cvs-1.1-doc
Description: CVS header files and static libraries for the GLib library
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
This package contains the header files and static libraries for the
GLib C library.
.
Install this package if you wish to develop your own X programs using
the GTK+ widget toolkit, or wish to develop plug-ins for The GIMP.
Package: libglib-cvs-dbg
Architecture: any
Section: devel
Conflicts: libgtk-dev, libglib-dbg
Depends: libglib-cvs-1.1 (=${Source-Version}), libglib-cvs-dev (=${Source-Version})
Description: CVS debugging static libraries for the GLib library
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GLIB LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
This package contains the debugging static libraries for the GLib C
library.
.
The debugging libraries are installed as /usr/lib/libglib_g.a -- link
specifically with them if you want to debug.