mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Some basic deb building rules
Original commit message from CVS: Some basic deb building rules
This commit is contained in:
parent
e22afc3551
commit
176552ee40
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,12 @@ 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
|
||||||
|
|
||||||
# Rules to generate autoconf scripts if configure.base is updated
|
# Rules to generate autoconf scripts if configure.base is updated
|
||||||
|
|
Loading…
Reference in a new issue