diff options
author | David Härdeman <david@hardeman.nu> | 2007-05-19 23:39:26 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2007-05-19 23:39:26 +0200 |
commit | 1846f66771ab3242fb34b689a773af3dd2e4dee1 (patch) | |
tree | 937b23169fb060f8e3bff2bda317d6914e05e195 /debian/control | |
parent | 1909b3b79e530a6d44bdab41a9e95501fc7f30d4 (diff) |
Add debian build scripts for my own convenience
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4359087 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: metastore +Section: misc +Priority: optional +Maintainer: David Härdeman <david@hardeman.nu> +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.7.2.2 +XS-Vcs-Git: git://git.hardeman.nu/metastore.git +XS-Vcs-Browser: http://git.hardeman.nu/?p=metastore.git;a=summary + +Package: metastore +Section: misc +Architecture: any +Depends: ${shlibs:Depends} +Description: Store and restore metadata + This package contains the metastore tool to store and restore metadata + from a filesystem. |