Skip to content

Commit

Permalink
Rebrand to HostingStack
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Dec 13, 2011
1 parent b311926 commit 01167ad
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
debian/files
debian/hs-keyring.debhelper.log
debian/hs-keyring.substvars
debian/hs-keyring/
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
hs-keyring (1.0.1) unstable; urgency=low

* HostingStack.

-- Christian Hofstaedtler <christian@hofstaedtler.name> Tue, 13 Dec 2011 18:38:17 +0100

efc-keyring (1.0.0) unstable; urgency=low

* Initial EfficientCloud release.
Expand Down
12 changes: 6 additions & 6 deletions debian/control
@@ -1,12 +1,12 @@
Source: efc-keyring
Section: efc
Source: hs-keyring
Section: admin
Priority: optional
Maintainer: EfficientCloud Technical Staff <support@efficientcloud.com>
Maintainer: HostingStack Maintainers <maintainers@hostingstack.com>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.2

Package: efc-keyring
Package: hs-keyring
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: EfficientCloud Archive Signing Keys
EfficientCloud Archive Signing Keys
Description: HostingStack Archive Signing Keys
HostingStack Archive Signing Keys
2 changes: 1 addition & 1 deletion debian/postinst
Expand Up @@ -2,7 +2,7 @@
set -e

if [ -x /usr/bin/apt-key ]; then
/usr/bin/apt-key add /opt/efc/keyring/efc-keyring.gpg
/usr/bin/apt-key add /usr/share/keyring/hs-keyring.gpg
fi

#DEBHELPER#
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -3,11 +3,11 @@

export DH_VERBOSE=1

DESTPATH=debian/efc-keyring/opt/efc/keyring
DESTPATH=debian/hs-keyring/usr/share/keyring/

override_dh_auto_install:
install -d $(DESTPATH)
install -m 0644 efc-keyring.gpg $(DESTPATH)/
install -m 0644 hs-keyring.gpg $(DESTPATH)/

%:
dh $@
Expand Down
File renamed without changes.

0 comments on commit 01167ad

Please sign in to comment.