blob: 2334c6ceea5881c297ea1de105f7278ffd9bd0b2 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = lambdabot-social-plugins
DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|