mirror of
https://github.com/artizirk/dvhtool.git
synced 2025-01-15 07:01:05 +02:00
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
DEB_TAR_SRCDIR := dvhtool
|
||
|
DEB_AUTO_CLEANUP_RCS := yes
|
||
|
|
||
|
# Add here any variable or target overrides you need
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||
|
include /usr/share/cdbs/1/class/autotools.mk
|
||
|
|
||
|
clean::
|
||
|
rm -f stamp-h.in
|