diff options
| author | Ernesto Hernández-Novich (USB) <emhn@usb.ve> | 2010-03-17 15:21:48 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Ernesto=20Hern=C3=A1ndez-Novich=20=28USB=29?= <emhn@usb.ve> | 2010-03-17 15:21:48 +0300 |
| commit | a825a2ac09ccfb37013384d64a4d81118b69096a (patch) | |
| tree | 7e5c77d41c01562cfc704882db92efff44838ad2 /p/haskell-explicit-exception/debian/rules | |
| parent | 98ab2489f214e1c04411667d5e4a50fbcadf562e (diff) | |
| download | DHG_packages-a825a2ac09ccfb37013384d64a4d81118b69096a.tar.gz | |
haskell-explicit-exception: Initial release of haskell-explicit-exception
Diffstat (limited to 'p/haskell-explicit-exception/debian/rules')
| -rwxr-xr-x | p/haskell-explicit-exception/debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-explicit-exception/debian/rules b/p/haskell-explicit-exception/debian/rules new file mode 100755 index 000000000..f2277cb16 --- /dev/null +++ b/p/haskell-explicit-exception/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_BUILD_DEPENDENCIES = build-arch + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk |
