[pkg-perl-tools] branch master updated (02a4ca9 - f3067d6)

2015-04-23 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository pkg-perl-tools.

  from  02a4ca9   Fix superfluous whitespace
   new  5481392   check-build: Strip as well udebs when choosing to strip 
arch:any .debs
   new  f3067d6   Update debian/changelog file

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 
 examples/check-build | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.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


[pkg-perl-tools] 02/02: Update debian/changelog file

2015-04-23 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository pkg-perl-tools.

commit f3067d6b2e13d5ed3d5c6d5f31dc288c637cfaed
Author: Salvatore Bonaccorso car...@debian.org
Date:   Thu Apr 23 19:42:11 2015 +0200

Update debian/changelog file

Git-Dch: Ignore
---
 debian/changelog | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8e9a6d0..6d0f083 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,10 @@ pkg-perl-tools (0.20) UNRELEASED; urgency=medium
   Architecture: field.
   * Update copyright years in example scripts and debian/copyright.
 
+  [ Salvatore Bonaccorso ]
+  * check-build: Strip as well udebs when choosing to strip
+arch:any .debs
+
  -- gregor herrmann gre...@debian.org  Mon, 13 Oct 2014 21:24:50 +0200
 
 pkg-perl-tools (0.19) unstable; urgency=medium

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.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


[pkg-perl-tools] 01/02: check-build: Strip as well udebs when choosing to strip arch:any .debs

2015-04-23 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository pkg-perl-tools.

commit 54813923f59aff20ac75753a08e1fa0c940345b7
Author: Salvatore Bonaccorso car...@debian.org
Date:   Thu Apr 23 19:40:28 2015 +0200

check-build: Strip as well udebs when choosing to strip arch:any .debs
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index 8e7adeb..0b00b66 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -121,7 +121,7 @@ else
read -n 1 -p strip arch:any .debs? y/N  STRIPARCHANY
if [ $STRIPARCHANY = y ]; then

ALLONLYCHANGES=${CHANGES%%_$ARCH.changes}_allonly.changes
-   sed /_$ARCH\.deb/ d $CHANGES  
$ALLONLYCHANGES
+   sed --regexp-extended /_$ARCH\.u?deb/ d 
$CHANGES  $ALLONLYCHANGES
perl -pi -e s,^Architecture: source 
$ARCH$,Architecture: source, $ALLONLYCHANGES
debsign $ALLONLYCHANGES
echo

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.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