Index: trunk/debs/wikimedia-raid-utils/debian/README.Debian |
— | — | @@ -0,0 +1,8 @@ |
| 2 | +wikimedia-raid-utils |
| 3 | +-------------------- |
| 4 | + |
| 5 | +A package for the following proprietary RAID utilities: |
| 6 | + |
| 7 | +* Adaptec UCLI (arcconf) |
| 8 | +* MEGARC MegaRAID Configuration Utility (megarc) |
| 9 | +* AMCC/3ware CLI (arcconf) |
Index: trunk/debs/wikimedia-raid-utils/debian/control |
— | — | @@ -0,0 +1,11 @@ |
| 2 | +Source: wikimedia-raid-utils |
| 3 | +Section: admin |
| 4 | +Priority: optional |
| 5 | +Maintainer: Tim Starling <tstarling@wikimedia.org> |
| 6 | +Build-Depends: debhelper (>= 5) |
| 7 | +Standards-Version: 3.7.2 |
| 8 | + |
| 9 | +Package: wikimedia-raid-utils |
| 10 | +Architecture: amd64 |
| 11 | +Depends: libstdc++5 |
| 12 | +Description: A collection of vendor-supplied binaries for RAID controllers. |
Index: trunk/debs/wikimedia-raid-utils/debian/compat |
— | — | @@ -0,0 +1 @@ |
| 2 | +5 |
Index: trunk/debs/wikimedia-raid-utils/debian/changelog |
— | — | @@ -0,0 +1,6 @@ |
| 2 | +wikimedia-raid-utils (1.0) unstable; urgency=low |
| 3 | + |
| 4 | + * Initial release |
| 5 | + |
| 6 | + -- Tim Starling <tstarling@wikimedia.org> Wed, 22 Oct 2008 21:18:54 +1100 |
| 7 | + |
Index: trunk/debs/wikimedia-raid-utils/debian/copyright |
— | — | @@ -0,0 +1 @@ |
| 2 | +Restricted vendor-supplied binaries. Do not distribute. |
Index: trunk/debs/wikimedia-raid-utils/debian/rules |
— | — | @@ -0,0 +1,35 @@ |
| 2 | +#!/usr/bin/make -f |
| 3 | + |
| 4 | +DESTDIR = $(CURDIR)/debian/wikimedia-raid-utils |
| 5 | +FILES = arcconf megamgr megamgr.bin megarc megarc.bin tw_cli |
| 6 | + |
| 7 | +configure: |
| 8 | + # no action |
| 9 | + |
| 10 | +build: |
| 11 | + # no action |
| 12 | + |
| 13 | +clean: |
| 14 | + # no action |
| 15 | + |
| 16 | +install: build |
| 17 | + dh_testdir |
| 18 | + dh_testroot |
| 19 | + install -d $(DESTDIR)/usr/bin |
| 20 | + install $(FILES) $(DESTDIR) |
| 21 | + |
| 22 | +binary-indep: |
| 23 | + # no action |
| 24 | + |
| 25 | +# Build architecture-dependent files here. |
| 26 | +binary-arch: build install |
| 27 | + dh_testdir |
| 28 | + dh_testroot |
| 29 | + dh_installchangelogs |
| 30 | + dh_installdeb |
| 31 | + dh_gencontrol |
| 32 | + dh_md5sums |
| 33 | + dh_builddeb |
| 34 | + |
| 35 | +binary: binary-indep binary-arch |
| 36 | +.PHONY: build clean binary-indep binary-arch binary install configure |
Property changes on: trunk/debs/wikimedia-raid-utils/debian/rules |
___________________________________________________________________ |
Added: svn:executable |
1 | 37 | + * |