mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Add Debian files to distribution.
Original commit message from CVS: Add Debian files to distribution.
This commit is contained in:
parent
1c6925c316
commit
588c0e575b
3 changed files with 35 additions and 1 deletions
|
@ -18,7 +18,7 @@ SUBDIRS = include gst libs plugins tools test tests 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 examples gstplay editor docs
|
DIST_SUBDIRS = include gst libs plugins tools test tests examples gstplay editor docs debian
|
||||||
|
|
||||||
|
|
||||||
bin_SCRIPTS = gstreamer-config
|
bin_SCRIPTS = gstreamer-config
|
||||||
|
|
|
@ -768,6 +768,7 @@ docs/plugins/Makefile
|
||||||
docs/plugins/gstreamer-plugins.types
|
docs/plugins/gstreamer-plugins.types
|
||||||
docs/manual/Makefile
|
docs/manual/Makefile
|
||||||
docs/fwg/Makefile
|
docs/fwg/Makefile
|
||||||
|
debian/Makefile
|
||||||
stamp.h
|
stamp.h
|
||||||
gstreamer-config
|
gstreamer-config
|
||||||
gstreamer.spec])
|
gstreamer.spec])
|
||||||
|
|
33
debian/Makefile.am
vendored
Normal file
33
debian/Makefile.am
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
Makefile.am \
|
||||||
|
README.Debian \
|
||||||
|
changelog \
|
||||||
|
control \
|
||||||
|
copyright \
|
||||||
|
gsteditor.files \
|
||||||
|
gsteditor.menu \
|
||||||
|
gstmediaplay.files \
|
||||||
|
gstmediaplay.menu \
|
||||||
|
gstreamer-cdparanoia.files \
|
||||||
|
gstreamer-common.files \
|
||||||
|
gstreamer-doc.files \
|
||||||
|
gstreamer-elements.files \
|
||||||
|
gstreamer-esd.files \
|
||||||
|
gstreamer-lame.files \
|
||||||
|
gstreamer-mpg123.files \
|
||||||
|
gstreamer-plugin-template.postinst \
|
||||||
|
gstreamer-plugin-template.prerm \
|
||||||
|
gstreamer-runtime.files \
|
||||||
|
gstreamer-runtime.postinst \
|
||||||
|
gstreamer-tools.files \
|
||||||
|
gstreamer-vorbis.files \
|
||||||
|
libgst-dev.files \
|
||||||
|
libgst0.files \
|
||||||
|
libgst0.postinst \
|
||||||
|
libgsteditor-dev.files \
|
||||||
|
libgsteditor0.files \
|
||||||
|
libgsteditor0.postinst \
|
||||||
|
libgstmediaplay-dev.files \
|
||||||
|
libgstmediaplay0.files \
|
||||||
|
libgstmediaplay0.postinst \
|
||||||
|
rules
|
Loading…
Reference in a new issue