Bug#639637: mh_make: wrong double backslash in maven.rules

2011-08-28 Thread Torsten Werner
Package: maven-debian-helper
Version: 1.4.4
Severity: normal

Hi,

mh_make generates the file maven.rules with some comments. The last comment line
is
#   junit junit jar s/3\\..*/3.x/
with a double backslash \\ which is wrong. It must be a single backslash.

Torsten

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk   1:1.6-40   Standard Java or Java compatible D
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating a
ii  libplexus-velocity-java   1.1.7-3Plexus component interface to velo
ii  libsurefire-java  2.4.3-3Surefire test framework for Java
ii  maven-repo-helper 1.5.2  Helper tools for including Maven m
ii  maven22.2.1-5Java software project management a
ii  velocity  1.6.2-4Java-based template engine for web

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file2.4.0search for files within Debian pac
ii  devscripts  2.10.69+squeeze1 scripts to make the life of a Debi
ii  libmaven-javadoc-plugin 2.6.1-1  Maven Javadoc Plugin
ii  subversion  1.6.12dfsg-6 Advanced version control system

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#639637: mh_make: wrong double backslash in maven.rules

2011-08-28 Thread Ludovic Claude
Hello Torsten,

The double backslash is not a comment, but an escape character for the
regexp. The regexp follows Java's syntax for regexps. But it's true that
only once backslash is needed...

Ludovic

On 28/08/2011 22:48, Torsten Werner wrote:
 Package: maven-debian-helper
 Version: 1.4.4
 Severity: normal
 
 Hi,
 
 mh_make generates the file maven.rules with some comments. The last comment 
 line
 is
 #   junit junit jar s/3\\..*/3.x/
 with a double backslash \\ which is wrong. It must be a single backslash.
 
 Torsten
 
 -- System Information:
 Debian Release: 6.0.2
   APT prefers stable
   APT policy: (500, 'stable'), (400, 'testing')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages maven-debian-helper depends on:
 ii  default-jdk   1:1.6-40   Standard Java or Java compatible 
 D
 ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
 ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
 ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
 ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
 ii  libmaven-site-plugin-java 2.1-1  Maven Site Plugin for generating 
 a
 ii  libplexus-velocity-java   1.1.7-3Plexus component interface to 
 velo
 ii  libsurefire-java  2.4.3-3Surefire test framework for Java
 ii  maven-repo-helper 1.5.2  Helper tools for including Maven 
 m
 ii  maven22.2.1-5Java software project management 
 a
 ii  velocity  1.6.2-4Java-based template engine for 
 web
 
 maven-debian-helper recommends no packages.
 
 Versions of packages maven-debian-helper suggests:
 ii  apt-file2.4.0search for files within Debian 
 pac
 ii  devscripts  2.10.69+squeeze1 scripts to make the life of a 
 Debi
 ii  libmaven-javadoc-plugin 2.6.1-1  Maven Javadoc Plugin
 ii  subversion  1.6.12dfsg-6 Advanced version control system
 
 -- no debconf information
 
 
 
 __
 This is the maintainer address of Debian's Java team
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers.
  Please use
 debian-j...@lists.debian.org for discussions and questions.
 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org