Various updates

Original commit message from CVS:
Various updates
This commit is contained in:
David I. Lehn 2002-01-08 23:22:09 +00:00
parent 5191e0c460
commit e77f316bb4
4 changed files with 3 additions and 3 deletions

3
debian/changelog vendored
View file

@ -9,8 +9,9 @@ gstreamer (0.3.1-1) unstable; urgency=low
* Tool prefix renamed upstream: s/gstreamer/gst/
* Moved gstreamer-guilaunch to gst-editor source package
* Removed gstreamer-config and .m4 in favor of pkg-config use
* Build for glib2
-- David I. Lehn <dlehn@vt.edu> Mon, 7 Jan 2002 17:45:55 -0500
-- David I. Lehn <dlehn@vt.edu> Tue, 8 Jan 2002 17:57:13 -0500
gstreamer (0.3.0-3) unstable; urgency=low

1
debian/control vendored
View file

@ -4,7 +4,6 @@ Priority: optional
Maintainer: David I. Lehn <dlehn@vt.edu>
Build-Depends: debhelper (>= 3.0.0), libxml-dev (>= 1.8.10), zlib1g-dev (>= 1:1.1.3), libghttp-dev (>= 1.0.6), libglib1.2-dev (>= 1.2.8), libgtk1.2-dev (>= 1.2.8), libglade0-dev (>= 0.14), libglade-gnome0-dev (>= 0.14), hermes1-dev (>= 1.3.1), pkg-config (>= 0.8.0)
Build-Depends-Indep: debhelper (>= 3.0.0), gtk-doc-tools (>= 0.4), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), xsltproc (>= 1.0.6)
Standards-Version: 3.5.6
Package: libgst2

View file

@ -1,4 +1,3 @@
debian/gstreamer/usr/share/man/man1/gst-complete.1
debian/gstreamer/usr/share/man/man1/gst-guilaunch.1
debian/gstreamer/usr/share/man/man1/gst-inspect.1
debian/gstreamer/usr/share/man/man1/gst-launch.1

1
debian/rules vendored
View file

@ -28,6 +28,7 @@ configure-stamp:
--sysconfdir=/etc \
--with-configdir=/etc/gstreamer \
--with-win32-libdir=/usr/lib/win32 \
--enable-glib2 \
--disable-plugin-builddir \
--disable-tests \
--disable-examples \