[libmojolicious-perl] 02/02: update TODO in d/ch, confusion

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 43dd9ad51d3abe2a95b1f173916ff2de44c73771
Author: CSILLAG Tamas 
Date:   Sat Sep 27 13:33:21 2014 +0200

update TODO in d/ch, confusion
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 75afb2b..d7e5e6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
 
   TODO:
   * update dversionmangle in d/watch
+  * ^ i am not sure what do you mean here 
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/02: remove the legacy repack method

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit e74d5bf569345190687e24c7821158e4d2542f38
Author: CSILLAG Tamas 
Date:   Sat Sep 27 13:31:40 2014 +0200

remove the legacy repack method
---
 debian/changelog|  1 -
 debian/repack.local |  4 ---
 debian/repack.stub  | 88 -
 debian/watch|  3 +-
 4 files changed, 1 insertion(+), 95 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfff2b2..75afb2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
 
   TODO:
-  * remove "old" repacking framework: rm debian/repack.* and invocation in 
debian/watch
   * update dversionmangle in d/watch
 
   [ gregor herrmann ]
diff --git a/debian/repack.local b/debian/repack.local
deleted file mode 100644
index de7ddac..000
--- a/debian/repack.local
+++ /dev/null
@@ -1,4 +0,0 @@
-MANIFEST=1
-rm   lib/Mojolicious/public/mojo/jquery/jquery.js
-rmdir -v lib/Mojolicious/public/mojo/jquery
-
diff --git a/debian/repack.stub b/debian/repack.stub
deleted file mode 100755
index 4d68667..000
--- a/debian/repack.stub
+++ /dev/null
@@ -1,88 +0,0 @@
-#!/bin/sh
-
-: <<=cut
-=pod
-
-=head1 NAME
-
-repack.stub - script to repack upstream tarballs from uscan
-
-=head1 INSTRUCTIONS
-
-put this in debian/repack.stub and add "debian sh debian/repack.stub" to
-the end of the line in debian/watch. you will also need to add a version
-mangle to debian/watch.
-
-then create a debian/repack.local. this is a shell script that is
-sourced under "set -e", so be careful to check returns codes.
-
-=head1 FUNCTIONS
-
-=over 4
-
-=item rm
-
-rm is replaced by a function that does some magic ("rm -rv" by default), but 
also changes MANIFEST if $MANIFEST is 1
-
-=item mv
-
-mv is replaced by a function that just does mv (by default), but also changes 
MANIFEST if $MANIFEST is 1
-
-=item requires_version
-
-requires_version is there for future usage for requiring certain versions of 
the script
-
-=back
-
-=head1 VARIABLES
-
-=over 4
-
-=item SUFFIX
-
-defaults to +dfsg
-
-what to append to the upstream version
-
-=item RM_OPTS
-
-defaults to -vrf
-
-options to pass to rm
-
-=item MANIFEST
-
-defaults to 0, set to 1 to turn on.
-
-this will manipulate MANIFEST files in CPAN tarballs.
-
-=item UP_BASE
-
-this is the directory where the upstream source is.
-
-=back
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2009, Ryan Niebur 
-
-License: Artistic or GPL-1+
-
-=cut
-
-if [ -z "$REPACK_SH" ]; then
-if [ -f ../../scripts/repack.sh ]; then
-REPACK_SH=../../scripts/repack.sh
-fi
-if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then
-REPACK_SH=$(which repack.sh)
-fi
-fi
-
-if [ ! -f "$REPACK_SH" ]; then
-echo "Couldn't find a repack.sh. please put it in your PATH, put it at 
../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH 
variable"
-echo "You can get it from 
http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD";
-exit 1
-fi
-
-exec "$REPACK_SH" "$@"
diff --git a/debian/watch b/debian/watch
index 64269bc..e61d176 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 version=3
 opts=dversionmangle=s/\+dfsg// \
-https://metacpan.org/release/Mojolicious   
.*/Mojolicious-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \
-debian sh debian/repack.stub
+https://metacpan.org/release/Mojolicious   
.*/Mojolicious-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/02: add more repack stuff to d/watch

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit b102bbb3abd500df7bf94a3c9814aa14be056661
Author: CSILLAG Tamas 
Date:   Sat Sep 27 19:21:27 2014 +0200

add more repack stuff to d/watch
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index e61d176..72dd712 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
+opts=dversionmangle=s/\+dfsg\d*//,repacksuffix=+dfsg \
 https://metacpan.org/release/Mojolicious   
.*/Mojolicious-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 02/02: remove TODO from d/ch

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 0723463cfd9ecceae5f44bd9797959a7f781016f
Author: CSILLAG Tamas 
Date:   Sat Sep 27 19:44:48 2014 +0200

remove TODO from d/ch
---
 debian/changelog | 4 
 1 file changed, 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d7e5e6c..7d913ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
 libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
 
-  TODO:
-  * update dversionmangle in d/watch
-  * ^ i am not sure what do you mean here 
-
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] branch master updated (43dd9ad -> 0723463)

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch master
in repository libmojolicious-perl.

  from  43dd9ad   update TODO in d/ch, confusion
   new  b102bbb   add more repack stuff to d/watch
   new  0723463   remove TODO from d/ch

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 
 debian/watch | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] branch master updated (0723463 -> 6c49ea9)

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch master
in repository libmojolicious-perl.

  from  0723463   remove TODO from d/ch
   new  6c49ea9   release to unstable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/01: release to unstable

2014-09-27 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 6c49ea9a96f3d6315c0c28596fa0036b177c1b47
Author: CSILLAG Tamas 
Date:   Sat Sep 27 22:39:50 2014 +0200

release to unstable
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7d913ae..0ebd348 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
+libmojolicious-perl (4.99+dfsg2-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] branch master updated (4c65d1a -> ba7a210)

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch master
in repository libmojolicious-perl.

  from  4c65d1a   back to UNRELEASED, TODO added to d/changelog
   new  f5e2297   incrementing standards version (no changes)
   new  20afdba   add libjs-prettify also as build dependency
   new  d142e1d   add myself to d/copyright
   new  ba7a210   adjust dependency on libio-socket-ip-perl (dual life)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 5 -
 debian/control   | 6 +++---
 debian/copyright | 1 +
 3 files changed, 4 insertions(+), 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 02/04: add libjs-prettify also as build dependency

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 20afdba75d73a6359ab68abd9865c0f6881bac99
Author: CSILLAG Tamas 
Date:   Sun Sep 28 21:14:47 2014 +0200

add libjs-prettify also as build dependency
---
 debian/changelog | 1 -
 debian/control   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7001ebb..85b2441 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
   TODO:
   - libmojolicious-perl_4.99+dfsg2.orig.tar.gz* missing in pristine-tar branch
 (so I can't build easily)
-  - (a guess:) is libjs-prettify needed in Build-Depends-Indep?
   - you could add yourself to debian/copyright :)
   - cme detects correctly:
 Warning in 'binary:"libmojolicious-perl" Recommends:0' value 
'libio-socket-ip-perl': Dependency of dual life package should be 'perl (>= 
5.19.8) | libio-socket-ip-perl' not 'libio-socket-ip-perl'
diff --git a/debian/control b/debian/control
index ff873ce..1b961dd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Uploaders: Jonathan Yu ,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libjs-jquery
+Build-Depends-Indep: perl, libjs-jquery, libjs-prettify
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmojolicious-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 03/04: add myself to d/copyright

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit d142e1da78de1d615895757ac4cbe897fadc9660
Author: CSILLAG Tamas 
Date:   Sun Sep 28 21:19:55 2014 +0200

add myself to d/copyright
---
 debian/changelog | 1 -
 debian/copyright | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 85b2441..9327e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
   TODO:
   - libmojolicious-perl_4.99+dfsg2.orig.tar.gz* missing in pristine-tar branch
 (so I can't build easily)
-  - you could add yourself to debian/copyright :)
   - cme detects correctly:
 Warning in 'binary:"libmojolicious-perl" Recommends:0' value 
'libio-socket-ip-perl': Dependency of dual life package should be 'perl (>= 
5.19.8) | libio-socket-ip-perl' not 'libio-socket-ip-perl'
 
diff --git a/debian/copyright b/debian/copyright
index 0f764cc..4e5a864 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -24,6 +24,7 @@ Copyright: 2010-2011, Jonathan Yu 
  2011, Fabrizio Regalli 
  2011-2012, Krzysztof Krzyżaniak (eloy) 
  2011, Salvatore Bonaccorso 
+ 2012-2014, CSILLAG Tamas 
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libmojolicious-perl] 04/04: adjust dependency on libio-socket-ip-perl (dual life)

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit ba7a210c26af32e543a5d350b9913356a03c44c8
Author: CSILLAG Tamas 
Date:   Sun Sep 28 21:22:16 2014 +0200

adjust dependency on libio-socket-ip-perl (dual life)
---
 debian/changelog | 2 --
 debian/control   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9327e49..706e09a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,6 @@ libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
   TODO:
   - libmojolicious-perl_4.99+dfsg2.orig.tar.gz* missing in pristine-tar branch
 (so I can't build easily)
-  - cme detects correctly:
-Warning in 'binary:"libmojolicious-perl" Recommends:0' value 
'libio-socket-ip-perl': Dependency of dual life package should be 'perl (>= 
5.19.8) | libio-socket-ip-perl' not 'libio-socket-ip-perl'
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/control b/debian/control
index 1b961dd..32f0116 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  libjs-jquery (>= 1.7.1),
  libjs-prettify,
-Recommends: libio-socket-ip-perl,
+Recommends: perl (>= 5.19.8) | libio-socket-ip-perl,
 libio-socket-ssl-perl (>= 1.84),
 libmojo-server-fastcgi-perl,
 libev-perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/04: incrementing standards version (no changes)

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit f5e22978fcf54f693777ef44706267d10bcc0100
Author: CSILLAG Tamas 
Date:   Sun Sep 28 21:13:09 2014 +0200

incrementing standards version (no changes)
---
 debian/changelog | 1 -
 debian/control   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b779779..7001ebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
 
   TODO:
-  - d/control: Standards-Version: 3.9.6
   - libmojolicious-perl_4.99+dfsg2.orig.tar.gz* missing in pristine-tar branch
 (so I can't build easily)
   - (a guess:) is libjs-prettify needed in Build-Depends-Indep?
diff --git a/debian/control b/debian/control
index d8bdb59..ff873ce 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libjs-jquery
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmojolicious-perl.git
 Homepage: https://metacpan.org/release/Mojolicious

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] branch pristine-tar updated (70b9dcb -> 10dd7b4)

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch pristine-tar
in repository libmojolicious-perl.

  from  70b9dcb   pristine-tar data for 
libmojolicious-perl_4.99+dfsg1.orig.tar.gz
   new  10dd7b4   pristine-tar data for 
libmojolicious-perl_4.99+dfsg2.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmojolicious-perl_4.99+dfsg2.orig.tar.gz.delta | Bin 0 -> 12920 bytes
 libmojolicious-perl_4.99+dfsg2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmojolicious-perl_4.99+dfsg2.orig.tar.gz.delta
 create mode 100644 libmojolicious-perl_4.99+dfsg2.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/01: pristine-tar data for libmojolicious-perl_4.99+dfsg2.orig.tar.gz

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch pristine-tar
in repository libmojolicious-perl.

commit 10dd7b4e85c0eae2b6e3ca713e751004097c0dbf
Author: CSILLAG Tamas 
Date:   Sun Sep 28 22:45:38 2014 +0200

pristine-tar data for libmojolicious-perl_4.99+dfsg2.orig.tar.gz
---
 libmojolicious-perl_4.99+dfsg2.orig.tar.gz.delta | Bin 0 -> 12920 bytes
 libmojolicious-perl_4.99+dfsg2.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmojolicious-perl_4.99+dfsg2.orig.tar.gz.delta 
b/libmojolicious-perl_4.99+dfsg2.orig.tar.gz.delta
new file mode 100644
index 000..3c79587
Binary files /dev/null and b/libmojolicious-perl_4.99+dfsg2.orig.tar.gz.delta 
differ
diff --git a/libmojolicious-perl_4.99+dfsg2.orig.tar.gz.id 
b/libmojolicious-perl_4.99+dfsg2.orig.tar.gz.id
new file mode 100644
index 000..1d1795b
--- /dev/null
+++ b/libmojolicious-perl_4.99+dfsg2.orig.tar.gz.id
@@ -0,0 +1 @@
+1f8f59f2cbc7739d47227e06ce1b4228c44894c9

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] branch master updated (ba7a210 -> b97b1a1)

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch master
in repository libmojolicious-perl.

  from  ba7a210   adjust dependency on libio-socket-ip-perl (dual life)
   new  b97b1a1   let's see (release)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/01: let's see (release)

2014-09-28 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit b97b1a189b5123f3de6b07ddd3af2d234e0b9b48
Author: CSILLAG Tamas 
Date:   Sun Sep 28 22:52:28 2014 +0200

let's see (release)
---
 debian/changelog | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 706e09a..79b2978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,4 @@
-libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
-
-  TODO:
-  - libmojolicious-perl_4.99+dfsg2.orig.tar.gz* missing in pristine-tar branch
-(so I can't build easily)
+libmojolicious-perl (4.99+dfsg2-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -16,7 +12,7 @@ libmojolicious-perl (4.99+dfsg2-1) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- CSILLAG Tamas   Sun, 15 Jun 2014 23:28:59 +0200
+ -- CSILLAG Tamas   Sun, 28 Sep 2014 22:50:20 +0200
 
 libmojolicious-perl (4.63+dfsg-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 05/05: d/ch document the changes

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 235e376a6c569940af045ce751fbe9fd1fb943c8
Author: CSILLAG Tamas 
Date:   Fri Oct 10 01:04:41 2014 +0200

d/ch document the changes
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 968662c..ea98e72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libmojolicious-perl (5.48+dfsg-1) UNRELEASED; urgency=high
+
+  * New upstream release
+  * fixing a security issue
+  * add libio-socket-socks-perl as recommend
+
+ -- CSILLAG Tamas   Fri, 10 Oct 2014 01:01:11 +0200
+
 libmojolicious-perl (4.99+dfsg2-1) unstable; urgency=medium
 
   [ gregor herrmann ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 04/05: add optional dependency

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit c7bfbf0fc35da90505d315cc3b77e4825f1f6272
Author: CSILLAG Tamas 
Date:   Fri Oct 10 01:00:13 2014 +0200

add optional dependency
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 32f0116..1bca500 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends: ${misc:Depends},
  libjs-prettify,
 Recommends: perl (>= 5.19.8) | libio-socket-ip-perl,
 libio-socket-ssl-perl (>= 1.84),
+libio-socket-socks-perl (>= 0.65),
 libmojo-server-fastcgi-perl,
 libev-perl
 Description: simple, yet powerful, Web Application Framework

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 03/05: Merge tag 'upstream/5.48+dfsg'

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 92590e72bb414535dd6a0818fccb054f6c7b3091
Merge: 201b06a 45aed3b
Author: CSILLAG Tamas 
Date:   Fri Oct 10 00:23:10 2014 +0200

Merge tag 'upstream/5.48+dfsg'

Upstream version 5.48+dfsg

 Changes   | 329 -
 MANIFEST  |   4 +
 MANIFEST => MANIFEST.bak  |   5 +-
 META.json |  12 +-
 META.yml  |  12 +-
 Makefile.PL   |  13 +-
 README.md |  64 +--
 examples/connect-proxy.pl |  89 
 examples/entities.pl  |  14 -
 examples/fast.pl  |  12 -
 examples/hello.pl |   2 -
 examples/microhttpd.pl|   5 +-
 examples/websocket.pl |  10 +-
 lib/Mojo.pm   |  26 +-
 lib/Mojo/Asset.pm |  10 +-
 lib/Mojo/Asset/File.pm|  43 +-
 lib/Mojo/Asset/Memory.pm  |  15 +-
 lib/Mojo/Base.pm  |   7 +-
 lib/Mojo/ByteStream.pm|  27 +-
 lib/Mojo/Cache.pm |   7 +-
 lib/Mojo/Collection.pm|  84 +++-
 lib/Mojo/Content.pm   |  39 +-
 lib/Mojo/Content/MultiPart.pm |   4 +-
 lib/Mojo/Content/Single.pm|   3 +-
 lib/Mojo/DOM.pm   | 287 ++-
 lib/Mojo/DOM/CSS.pm   |  81 ++-
 lib/Mojo/DOM/HTML.pm  |  73 ++-
 lib/Mojo/Date.pm  |  74 ++-
 lib/Mojo/EventEmitter.pm  |  31 +-
 lib/Mojo/Headers.pm   |  68 ++-
 lib/Mojo/IOLoop.pm|  71 ++-
 lib/Mojo/IOLoop/Client.pm | 118 -
 lib/Mojo/IOLoop/Delay.pm  |  80 +--
 lib/Mojo/IOLoop/Server.pm |  12 +-
 lib/Mojo/IOLoop/Stream.pm |  27 +-
 lib/Mojo/JSON.pm  | 124 +++--
 lib/Mojo/JSON/Pointer.pm  |   4 +-
 lib/Mojo/Loader.pm|   2 +-
 lib/Mojo/Log.pm   |  74 +--
 lib/Mojo/Message.pm   | 124 ++---
 lib/Mojo/Message/Request.pm   |  80 +--
 lib/Mojo/Message/Response.pm  |  18 +-
 lib/Mojo/Parameters.pm|  92 ++--
 lib/Mojo/Path.pm  |  29 +-
 lib/Mojo/Reactor.pm   |  21 +-
 lib/Mojo/Reactor/EV.pm|  18 +-
 lib/Mojo/Reactor/Poll.pm  |  28 +-
 lib/Mojo/Server.pm|  28 +-
 lib/Mojo/Server/CGI.pm|   7 +-
 lib/Mojo/Server/Daemon.pm |  49 +-
 lib/Mojo/Server/Hypnotoad.pm  | 101 ++--
 lib/Mojo/Server/Morbo.pm  |  80 +--
 lib/Mojo/Server/PSGI.pm   |  12 +-
 lib/Mojo/Server/Prefork.pm| 108 ++--
 lib/Mojo/Template.pm  | 190 
 lib/Mojo/Transaction.pm   |  60 ++-
 lib/Mojo/Transaction/HTTP.pm  |  12 +-
 lib/Mojo/Transaction/WebSocket.pm | 116 ++---
 lib/Mojo/URL.pm   |  13 +-
 lib/Mojo/UserAgent.pm | 365 +++---
 lib/Mojo/UserAgent/CookieJar.pm   |  18 +-
 lib/Mojo/UserAgent/Proxy.pm   |  10 +-
 lib/Mojo/UserAgent/Transactor.pm  |  91 +++-
 lib/Mojo/Util.pm  |  72 ++-
 lib/Mojolicious.pm|  82 ++--
 lib/Mojolicious/Command.pm|   7 +-
 lib/Mojolicious/Command/cgi.pm|   5 +-
 lib/Mojolicious/Command/cpanify.pm|   2 +-
 lib/Mojolicious/Command/daemon.pm |   1 +
 lib/Mojolicious/Command/generate/app.pm   |   4 +-
 lib/Mojolicious/Command/generate/lite_app.pm  |   6 +-
 lib/Mojolicious/Command/generate/plugin.pm|  11 +-
 lib/Mojolicious/Command/get.pm|  32 +-
 lib/Mojolicious/Command/prefork.pm|   1 +
 lib/Mojolicious/Command/routes.pm |  15 +-
 lib/Mojolicious/Command/test.pm   |  24 +-
 lib/Mojolic

[libmojolicious-perl] branch master updated (b97b1a1 -> 235e376)

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch master
in repository libmojolicious-perl.

  from  b97b1a1   let's see (release)
   new  57d43a7   update excludes (wildcard does not work :-(
   new  201b06a   update d/ch
  adds  45aed3b   Imported Upstream version 5.48+dfsg
   new  92590e7   Merge tag 'upstream/5.48+dfsg'
   new  c7bfbf0   add optional dependency
   new  235e376   d/ch document the changes

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes   | 329 -
 MANIFEST  |   4 +
 MANIFEST => MANIFEST.bak  |   5 +-
 META.json |  12 +-
 META.yml  |  12 +-
 Makefile.PL   |  13 +-
 README.md |  64 +--
 debian/changelog  |   9 +
 debian/control|   1 +
 debian/copyright  |  34 +-
 examples/connect-proxy.pl |  89 
 examples/entities.pl  |  14 -
 examples/fast.pl  |  12 -
 examples/hello.pl |   2 -
 examples/microhttpd.pl|   5 +-
 examples/websocket.pl |  10 +-
 lib/Mojo.pm   |  26 +-
 lib/Mojo/Asset.pm |  10 +-
 lib/Mojo/Asset/File.pm|  43 +-
 lib/Mojo/Asset/Memory.pm  |  15 +-
 lib/Mojo/Base.pm  |   7 +-
 lib/Mojo/ByteStream.pm|  27 +-
 lib/Mojo/Cache.pm |   7 +-
 lib/Mojo/Collection.pm|  84 +++-
 lib/Mojo/Content.pm   |  39 +-
 lib/Mojo/Content/MultiPart.pm |   4 +-
 lib/Mojo/Content/Single.pm|   3 +-
 lib/Mojo/DOM.pm   | 287 ++-
 lib/Mojo/DOM/CSS.pm   |  81 ++-
 lib/Mojo/DOM/HTML.pm  |  73 ++-
 lib/Mojo/Date.pm  |  74 ++-
 lib/Mojo/EventEmitter.pm  |  31 +-
 lib/Mojo/Headers.pm   |  68 ++-
 lib/Mojo/IOLoop.pm|  71 ++-
 lib/Mojo/IOLoop/Client.pm | 118 -
 lib/Mojo/IOLoop/Delay.pm  |  80 +--
 lib/Mojo/IOLoop/Server.pm |  12 +-
 lib/Mojo/IOLoop/Stream.pm |  27 +-
 lib/Mojo/JSON.pm  | 124 +++--
 lib/Mojo/JSON/Pointer.pm  |   4 +-
 lib/Mojo/Loader.pm|   2 +-
 lib/Mojo/Log.pm   |  74 +--
 lib/Mojo/Message.pm   | 124 ++---
 lib/Mojo/Message/Request.pm   |  80 +--
 lib/Mojo/Message/Response.pm  |  18 +-
 lib/Mojo/Parameters.pm|  92 ++--
 lib/Mojo/Path.pm  |  29 +-
 lib/Mojo/Reactor.pm   |  21 +-
 lib/Mojo/Reactor/EV.pm|  18 +-
 lib/Mojo/Reactor/Poll.pm  |  28 +-
 lib/Mojo/Server.pm|  28 +-
 lib/Mojo/Server/CGI.pm|   7 +-
 lib/Mojo/Server/Daemon.pm |  49 +-
 lib/Mojo/Server/Hypnotoad.pm  | 101 ++--
 lib/Mojo/Server/Morbo.pm  |  80 +--
 lib/Mojo/Server/PSGI.pm   |  12 +-
 lib/Mojo/Server/Prefork.pm| 108 ++--
 lib/Mojo/Template.pm  | 190 
 lib/Mojo/Transaction.pm   |  60 ++-
 lib/Mojo/Transaction/HTTP.pm  |  12 +-
 lib/Mojo/Transaction/WebSocket.pm | 116 ++---
 lib/Mojo/URL.pm   |  13 +-
 lib/Mojo/UserAgent.pm | 365 +++---
 lib/Mojo/UserAgent/CookieJar.pm   |  18 +-
 lib/Mojo/UserAgent/Proxy.pm   |  10 +-
 lib/Mojo/UserAgent/Transactor.pm  |  91 +++-
 lib/Mojo/Util.pm  |  72 ++-
 lib/Mojolicious.pm|  82 ++--
 lib/Mojolicious/Command.pm|   7 +-
 lib/Mojolicious/Command/cgi.pm  

[libmojolicious-perl] 01/05: update excludes (wildcard does not work :-(

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 57d43a764bd315bd13ac815effe7ece5e6daa00a
Author: CSILLAG Tamas 
Date:   Fri Oct 10 00:14:21 2014 +0200

update excludes (wildcard does not work :-(
---
 debian/copyright | 34 +++---
 1 file changed, 31 insertions(+), 3 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 4e5a864..2776bf5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,10 +4,38 @@ Upstream-Contact: Sebastian Riedel 
 Source: https://metacpan.org/release/Mojolicious
 Comment: jquery.js is removed (not the preferred form of modification)
  same goes for google-code-prettify to create the +dfsg version.
-Files-Excluded: lib/Mojolicious/public/mojo/prettify/prettify.js
- lib/Mojolicious/public/mojo/prettify/run_prettify.js
- lib/Mojolicious/public/js/lang-*.js
+Files-Excluded: 
  lib/Mojolicious/public/mojo/jquery/jquery.js
+ lib/Mojolicious/public/mojo/prettify/prettify.js
+ lib/Mojolicious/public/mojo/prettify/run_prettify.js
+ lib/Mojolicious/public/mojo/prettify/lang-apollo.js
+ lib/Mojolicious/public/mojo/prettify/lang-basic.js
+ lib/Mojolicious/public/mojo/prettify/lang-clj.js
+ lib/Mojolicious/public/mojo/prettify/lang-css.js
+ lib/Mojolicious/public/mojo/prettify/lang-dart.js
+ lib/Mojolicious/public/mojo/prettify/lang-erlang.js
+ lib/Mojolicious/public/mojo/prettify/lang-go.js
+ lib/Mojolicious/public/mojo/prettify/lang-hs.js
+ lib/Mojolicious/public/mojo/prettify/lang-lisp.js
+ lib/Mojolicious/public/mojo/prettify/lang-llvm.js
+ lib/Mojolicious/public/mojo/prettify/lang-lua.js
+ lib/Mojolicious/public/mojo/prettify/lang-matlab.js
+ lib/Mojolicious/public/mojo/prettify/lang-ml.js
+ lib/Mojolicious/public/mojo/prettify/lang-mumps.js
+ lib/Mojolicious/public/mojo/prettify/lang-n.js
+ lib/Mojolicious/public/mojo/prettify/lang-pascal.js
+ lib/Mojolicious/public/mojo/prettify/lang-proto.js
+ lib/Mojolicious/public/mojo/prettify/lang-r.js
+ lib/Mojolicious/public/mojo/prettify/lang-rd.js
+ lib/Mojolicious/public/mojo/prettify/lang-scala.js
+ lib/Mojolicious/public/mojo/prettify/lang-sql.js
+ lib/Mojolicious/public/mojo/prettify/lang-tcl.js
+ lib/Mojolicious/public/mojo/prettify/lang-tex.js
+ lib/Mojolicious/public/mojo/prettify/lang-vb.js
+ lib/Mojolicious/public/mojo/prettify/lang-vhdl.js
+ lib/Mojolicious/public/mojo/prettify/lang-wiki.js
+ lib/Mojolicious/public/mojo/prettify/lang-xq.js
+ lib/Mojolicious/public/mojo/prettify/lang-yaml.js
 
 Files: *
 Copyright: 2008-2014, Sebastian Riedel 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] annotated tag upstream/5.48+dfsg created (now 8de243c)

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to annotated tag upstream/5.48+dfsg
in repository libmojolicious-perl.

at  8de243c   (tag)
   tagging  45aed3bdee3d452ed8fa1f31d2e21e57ebe7af92 (commit)
  replaces  upstream/4.99+dfsg1
 tagged by  CSILLAG Tamas
on  Fri Oct 10 00:23:10 2014 +0200

- Log -
Upstream version 5.48+dfsg

CSILLAG Tamas (2):
  remove the unneeded js files
  Imported Upstream version 5.48+dfsg

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] branch pristine-tar updated (10dd7b4 -> 4bfdc28)

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a change to branch pristine-tar
in repository libmojolicious-perl.

  from  10dd7b4   pristine-tar data for 
libmojolicious-perl_4.99+dfsg2.orig.tar.gz
   new  4bfdc28   pristine-tar data for 
libmojolicious-perl_5.48+dfsg.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmojolicious-perl_5.48+dfsg.orig.tar.gz.delta | Bin 0 -> 518581 bytes
 libmojolicious-perl_5.48+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmojolicious-perl_5.48+dfsg.orig.tar.gz.delta
 create mode 100644 libmojolicious-perl_5.48+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 02/05: update d/ch

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit 201b06a2425a3d6a378f950ab2f369ec67b37b24
Author: CSILLAG Tamas 
Date:   Fri Oct 10 00:15:37 2014 +0200

update d/ch
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 79b2978..968662c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libmojolicious-perl (4.99+dfsg2-1) unstable; urgency=medium
   * updated libio-socket-ssl-perl dependency to a newer version
   * depend on libjs-prettify which provides non-dfsg js files
   * use the Files-Excluded repack mechanism
+  * declare as conforming to standards-version 3.9.6
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/01: pristine-tar data for libmojolicious-perl_5.48+dfsg.orig.tar.gz

2014-10-09 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch pristine-tar
in repository libmojolicious-perl.

commit 4bfdc288acca7ea482e8ab50a56da24176564551
Author: CSILLAG Tamas 
Date:   Fri Oct 10 00:23:09 2014 +0200

pristine-tar data for libmojolicious-perl_5.48+dfsg.orig.tar.gz
---
 libmojolicious-perl_5.48+dfsg.orig.tar.gz.delta | Bin 0 -> 518581 bytes
 libmojolicious-perl_5.48+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmojolicious-perl_5.48+dfsg.orig.tar.gz.delta 
b/libmojolicious-perl_5.48+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..3b32989
Binary files /dev/null and b/libmojolicious-perl_5.48+dfsg.orig.tar.gz.delta 
differ
diff --git a/libmojolicious-perl_5.48+dfsg.orig.tar.gz.id 
b/libmojolicious-perl_5.48+dfsg.orig.tar.gz.id
new file mode 100644
index 000..b90043d
--- /dev/null
+++ b/libmojolicious-perl_5.48+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+a14ec4164fc35324a273bbee4c2518e16e4874a3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 01/01: pristine-tar data for libmojolicious-perl_7.0+dfsg.orig.tar.gz

2016-07-21 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch pristine-tar
in repository libmojolicious-perl.

commit 2e4da9b68ba68076770aceb74bf67885d31cb207
Author: CSILLAG Tamas 
Date:   Thu Jul 21 22:11:32 2016 +0200

pristine-tar data for libmojolicious-perl_7.0+dfsg.orig.tar.gz
---
 libmojolicious-perl_7.0+dfsg.orig.tar.gz.delta | Bin 0 -> 528581 bytes
 libmojolicious-perl_7.0+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmojolicious-perl_7.0+dfsg.orig.tar.gz.delta 
b/libmojolicious-perl_7.0+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..48f3f4d
Binary files /dev/null and b/libmojolicious-perl_7.0+dfsg.orig.tar.gz.delta 
differ
diff --git a/libmojolicious-perl_7.0+dfsg.orig.tar.gz.id 
b/libmojolicious-perl_7.0+dfsg.orig.tar.gz.id
new file mode 100644
index 000..783e8c3
--- /dev/null
+++ b/libmojolicious-perl_7.0+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+6273bea9c56d3bc1e7231459f1308a1c7f950f35

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmojolicious-perl] 02/02: update d/ch for release

2016-07-21 Thread Tamas Csillag
This is an automated email from the git hooks/post-receive script.

cstamas-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit b9a6e079c3df7e72671c2c7ea1061bd984d8fdcc
Author: CSILLAG Tamas 
Date:   Thu Jul 21 22:17:05 2016 +0200

update d/ch for release
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7ea249..e3b1095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libmojolicious-perl (6.62+dfsg-2) UNRELEASED; urgency=medium
+libmojolicious-perl (7.0+dfsg-1) unstable; urgency=medium
 
+  [ gregor herrmann ]
   * Mention included scripts in the long description. (Closes: #828181)
 
- -- gregor herrmann   Sun, 26 Jun 2016 11:45:36 +0200
+  [ CSILLAG Tamas ]
+  * New upstream release
+
+ -- CSILLAG Tamas   Thu, 21 Jul 2016 22:14:39 +0200
 
 libmojolicious-perl (6.62+dfsg-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


<    1   2