Created
November 2, 2009 16:46
-
-
Save auxesis/224267 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beanstalkd (1.2-0~ppa3) hardy; urgency=low | |
* rebuilding as debian source package for launchpad | |
-- Lindsay Holmwood (Launchpad Key) <[email protected]> Tue, 26 May 2009 15:10:00 +0100 | |
beanstalkd (1.2-0~ppa2) hardy; urgency=low | |
* Tweaked version number to remove ubuntu from the version number. | |
* Added enabled flag to the beanstalkd default options. | |
-- Sam Mulube <[email protected]> Wed, 04 Feb 2009 22:29:00 +0000 | |
beanstalkd (1.2-0ubuntu1~ppa1~hardy1) hardy; urgency=low | |
* Initial release. Prob no bugs in the app code, but maybe in the packaging. | |
-- Sam Mulube <[email protected]> Wed, 04 Feb 2009 22:29:00 +0000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source: beanstalkd | |
Section: web | |
Priority: extra | |
Maintainer: Lindsay Holmwood <[email protected]> | |
Build-Depends: @cdbs@, libevent-dev | |
Standards-Version: 3.8.0 | |
Homepage: http://xph.us/software/beanstalkd/ | |
Package: beanstalkd | |
Architecture: any | |
Depends: ${shlibs:Depends}, ${misc:Depends} | |
Description: a fast, distributed, in-memory workqueue service. | |
beanstalkd is a fast, distributed, in-memory workqueue service. Its interface | |
is generic, but was originally designed for reducing the latency of page views | |
in high-volume web applications by running most time-consuming tasks | |
asynchronously. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/make -f | |
DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes | |
include /usr/share/cdbs/1/rules/debhelper.mk | |
include /usr/share/cdbs/1/class/autotools.mk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment