forked from druxa/morpheus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* converted to Dist::Zilla * a little bit of PODs
- Loading branch information
Showing
21 changed files
with
135 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/.debuild | ||
/Morpheus-* | ||
/.build |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Revision history for Morpheus | ||
|
||
{{$NEXT}} | ||
* converted to Dist::Zilla | ||
* a little bit of PODs |
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
libmorpheus-perl (0.30) stable; urgency=low | ||
|
||
* converted to Dist::Zilla | ||
* a little bit of PODs | ||
|
||
-- Vyacheslav Matjukhin (No comments) <[email protected]> Fri, 08 Oct 2010 20:11:09 +0400 | ||
|
||
libmorpheus-perl (0.2.16) stable; urgency=low | ||
|
||
* PPB bootstrapper moved to a separate package | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,58 @@ | ||
#!/usr/bin/make -f | ||
|
||
include /usr/share/cdbs/1/class/makefile.mk | ||
include /usr/share/cdbs/1/class/ppb.mk | ||
PACKAGE=$(shell dh_listpackages) | ||
|
||
ifndef PERL | ||
PERL = /usr/bin/perl | ||
endif | ||
|
||
TMP =$(CURDIR)/debian/tmp | ||
|
||
build: debian/build-stamp | ||
debian/build-stamp: | ||
dh_testdir | ||
$(PERL) Makefile.PL INSTALLDIRS=vendor \ | ||
INSTALLVENDORARCH=/usr/share/perl5/ \ | ||
VENDORARCHEXP=/usr/share/perl5/ | ||
$(MAKE) | ||
$(MAKE) test | ||
touch $@ | ||
|
||
clean: | ||
dh_testdir | ||
dh_testroot | ||
dh_clean debian/build-stamp debian/install-stamp | ||
[ ! -f Makefile ] || $(MAKE) realclean | ||
|
||
install: debian/install-stamp | ||
debian/install-stamp: debian/build-stamp | ||
dh_testdir | ||
dh_testroot | ||
dh_clean -k | ||
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr | ||
rm -rf $(TMP)/usr/lib/perl/5.8/ | ||
touch $@ | ||
|
||
binary-arch: | ||
# We have nothing to do here for an architecture-independent package | ||
|
||
binary-indep: build install | ||
dh_testdir | ||
dh_testroot | ||
dh_installdocs README | ||
dh_installexamples | ||
dh_installchangelogs Changes | ||
dh_installdirs | ||
dh_installcron | ||
dh_installlogrotate | ||
dh_install --sourcedir=debian/tmp | ||
dh_perl | ||
dh_compress | ||
dh_fixperms | ||
dh_installdeb | ||
dh_gencontrol | ||
dh_md5sums | ||
dh_builddeb | ||
|
||
binary: binary-indep binary-arch | ||
.PHONY: build clean binary-indep binary-arch binary |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name = Morpheus | ||
version = 0.30 | ||
author = Andrei Mishchenko <[email protected]> | ||
license = Perl_5 | ||
copyright_holder = Yandex LLC | ||
|
||
[PodWeaver] | ||
|
||
[@Filter] | ||
bundle = @Classic | ||
remove = PodVersion | ||
|
||
[AutoPrereq] | ||
|
||
[NextRelease] | ||
format = %-7v %{eee MMM dd, yyyy}d | ||
|
||
[MetaResources] | ||
homepage = http://github.com/druxa/morpheus/wiki | ||
bugtracker.web = http://github.com/druxa/morpheus/issues | ||
bugtracker.mailto = [email protected] | ||
repository.url = git://github.com/druxa/morpheus.git | ||
repository.web = http://github.com/druxa/morpheus | ||
repository.type = git | ||
|
||
[@Git] |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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