File: rules

package info (click to toggle)
curry-libs 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,272 kB
  • sloc: haskell: 2,379; sh: 25; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk

install/curry-libs-source::
	mkdir -p $(CURDIR)/debian/tmp/usr/src/
	cd $(CURDIR) && tar cv `find . -type f | grep -v ./debian/ | grep -v ./.pc/` | xz -z > $(CURDIR)/debian/tmp/usr/src/curry-libs-source.tar.xz

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..