mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Missing some deps, cleaned up a couple silly typos
This commit is contained in:
parent
3cf980ed09
commit
8c368f66ea
3 changed files with 4 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -2,4 +2,5 @@ salt (0.9.5+git20111227.g8182e48-1) unstable; urgency=low
|
|||
|
||||
* First package release. (Closes: #643789)
|
||||
|
||||
-- Corey Quinn <corey@sequestered.net> Mon, 26 Dec 2011 13:55:22 -0800
|
||||
-- Corey Quinn <corey@sequestered.net> Mon, 26 Dec 2011 13:55:22 -0800
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 7.0.50~),
|
|||
libzmq1 (>= 2.1.9),
|
||||
libzmq-dev (>= 2.1.9),
|
||||
python (>= 2.6),
|
||||
python-dev (>= 2.6),
|
||||
python-jinja2
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://saltstack.org
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -12,4 +12,4 @@ get-orig-source:
|
|||
git clone https://github.com/saltstack/salt.git
|
||||
mv salt salt-0.9.5
|
||||
tar -zcvf salt_0.9.5.orig.tar.gz --exclude "debian*" --exclude-vcs salt-0.9.5
|
||||
rm -rf salt-0.9.5
|
||||
rm -rf salt-0.9.5
|
||||
|
|
Loading…
Add table
Reference in a new issue