- Timestamp:
- 09/06/05 15:00:11 (3 years ago)
- Location:
- debian
- Files:
-
- 5 added
- 2 modified
-
control (modified) (1 diff)
-
patches (added)
-
patches/00list (added)
-
patches/10smoker.diff (added)
-
patches/10smoker.dpatch (added)
-
rules (modified) (4 diffs)
-
smoker.yml (added)
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r6743 r6794 3 3 Priority: optional 4 4 Maintainer: Florian Ragwitz <rafl@debianforum.de> 5 Build-Depends: debhelper (>= 4.0.0), ghc6, perl, libyaml-perl5 Build-Depends: debhelper (>= 4.0.0), dpatch, ghc6 | ghc-cvs, perl, libyaml-perl 6 6 Standards-Version: 3.6.2 7 7 -
debian/rules
r6790 r6794 1 1 #!/usr/bin/make -f 2 3 include /usr/share/dpatch/dpatch.make 2 4 3 5 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) … … 10 12 11 13 configure: configure-stamp 12 configure-stamp: 14 configure-stamp: patch-stamp 13 15 dh_testdir 14 16 perl Makefile.PL INSTALLDIRS=vendor … … 33 35 touch build-indep-stamp 34 36 35 clean: 37 clean: clean1 unpatch 38 clean1: 36 39 dh_testdir 37 40 dh_testroot … … 103 106 104 107 binary: binary-arch binary-indep 105 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure 108 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure patch unpatch clean1
