mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Remove Debian control files from distribution: they become immediately out of date when the lazy maintainer doesn't h...
Original commit message from CVS: Remove Debian control files from distribution: * they become immediately out of date when the lazy maintainer doesn't have them ready when rest of code is released * they are an annoyance when renaming or deleting files
This commit is contained in:
parent
be48dec0a8
commit
129894dff8
2 changed files with 1 additions and 64 deletions
|
@ -37,7 +37,7 @@ SUBDIRS = include gst libs plugins tools $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
|
||||||
$(SUBDIRS_LGG) $(SUBDIRS_DOCS)
|
$(SUBDIRS_LGG) $(SUBDIRS_DOCS)
|
||||||
|
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = include gst libs plugins tools test tests testsuite examples gstplay editor docs debian
|
DIST_SUBDIRS = include gst libs plugins tools test tests testsuite examples gstplay editor docs
|
||||||
|
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
@ -55,11 +55,5 @@ dist-hook:
|
||||||
rpm: dist
|
rpm: dist
|
||||||
rpm -ta $(distdir).tar.gz
|
rpm -ta $(distdir).tar.gz
|
||||||
|
|
||||||
deb:
|
|
||||||
dpkg-buildpacakge -rfakeroot -us -uc
|
|
||||||
|
|
||||||
deb-maint:
|
|
||||||
debuild
|
|
||||||
|
|
||||||
include $(top_srcdir)/idiottest.mak
|
include $(top_srcdir)/idiottest.mak
|
||||||
|
|
||||||
|
|
57
debian/Makefile.am
vendored
57
debian/Makefile.am
vendored
|
@ -1,57 +0,0 @@
|
||||||
EXTRA_DIST = \
|
|
||||||
Makefile.am \
|
|
||||||
README.Debian \
|
|
||||||
changelog \
|
|
||||||
control \
|
|
||||||
copyright \
|
|
||||||
gsteditor.files \
|
|
||||||
gsteditor.manpages \
|
|
||||||
gsteditor.menu \
|
|
||||||
gstmediaplay.files \
|
|
||||||
gstmediaplay.manpages \
|
|
||||||
gstmediaplay.menu \
|
|
||||||
gstreamer-a52dec.files \
|
|
||||||
gstreamer-aa.files \
|
|
||||||
gstreamer-alsa.files \
|
|
||||||
gstreamer-arts.files \
|
|
||||||
gstreamer-artsd.files \
|
|
||||||
gstreamer-audiofile.files \
|
|
||||||
gstreamer-avifile.files \
|
|
||||||
gstreamer-cdparanoia.files \
|
|
||||||
gstreamer-colorspace.files \
|
|
||||||
gstreamer-common.files \
|
|
||||||
gstreamer-doc.files \
|
|
||||||
gstreamer-dvd.files \
|
|
||||||
gstreamer-elements.files \
|
|
||||||
gstreamer-esd.files \
|
|
||||||
gstreamer-festival.files \
|
|
||||||
gstreamer-flac.files \
|
|
||||||
gstreamer-gnomevfs.files \
|
|
||||||
gstreamer-gsm.files \
|
|
||||||
gstreamer-jpeg.files \
|
|
||||||
gstreamer-lame.files \
|
|
||||||
gstreamer-mad.files \
|
|
||||||
gstreamer-mikmod.files \
|
|
||||||
gstreamer-mpeg2dec.files \
|
|
||||||
gstreamer-mpg123.files \
|
|
||||||
gstreamer-oss.files \
|
|
||||||
gstreamer-plugin-template.postinst \
|
|
||||||
gstreamer-plugin-template.postrm \
|
|
||||||
gstreamer-runtime.files \
|
|
||||||
gstreamer-runtime.manpages \
|
|
||||||
gstreamer-runtime.postinst \
|
|
||||||
gstreamer-runtime.postrm \
|
|
||||||
gstreamer-sdl.files \
|
|
||||||
gstreamer-sid.files \
|
|
||||||
gstreamer-tools.files \
|
|
||||||
gstreamer-tools.manpages \
|
|
||||||
gstreamer-vorbis.files \
|
|
||||||
gstreamer-x.files \
|
|
||||||
libgst-dev.files \
|
|
||||||
libgst-dev.manpages \
|
|
||||||
libgst1.files \
|
|
||||||
libgsteditor-dev.files \
|
|
||||||
libgsteditor0.files \
|
|
||||||
libgstmediaplay-dev.files \
|
|
||||||
libgstmediaplay0.files \
|
|
||||||
rules
|
|
Loading…
Reference in a new issue