[Bug 63130] Re: Amarok does not play *.shn files

2006-10-05 Thread Flameeyes
This patch is unlikely to create more bugs, as it's only declaring that an SHN 
stream only has audio and no video, as it should have been from the start.
Not sure what else you're looking for :)

-- 
Amarok does not play *.shn files
https://launchpad.net/bugs/63130

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 161202] licensecheck bails out when line to parse has unmatched parenthesis

2007-11-09 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

When parsing copyright information for a given file, the licensecheck
script bails out if the line to parse has unmatched parenthesis, which
can be likely, when the opening parenthesis is on one line and the
closing is on a following line.

This is because the parenthesis are not escaped to not be considered
regular expressions operators. The fix is to add on line 276 (the "De-
cruft" section) the following line:

$match =~ s/[()]/\\\0/g;

This will escape the parenthesis allowing them to be unmatched (they are
then standard characters). More operators might be in need for escape,
like [] themselves, but those are less likely to be found anyway.

HTH,
Diego 'Flameeyes' Pettenò

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck bails out when line to parse has unmatched parenthesis
https://bugs.launchpad.net/bugs/161202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162507] licensecheck does not recognise OpenBSD ISC style license

2007-11-13 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

Using licensecheck on xine-ui sources, it reports as UNKNOWN the license
for the strlcat.c file that I took from OpenBSD sources. The license
header is as following:

/*
 * Copyright (c) 1998 Todd C. Miller <[EMAIL PROTECTED]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

The license is a simple as-is license that is derived from the Internet
Software Consortium license (ISC).

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck does not recognise OpenBSD ISC style license
https://bugs.launchpad.net/bugs/162507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 161202] licensecheck bails out when line to parse has unmatched parenthesis

2007-11-09 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

When parsing copyright information for a given file, the licensecheck
script bails out if the line to parse has unmatched parenthesis, which
can be likely, when the opening parenthesis is on one line and the
closing is on a following line.

This is because the parenthesis are not escaped to not be considered
regular expressions operators. The fix is to add on line 276 (the "De-
cruft" section) the following line:

$match =~ s/[()]/\\\0/g;

This will escape the parenthesis allowing them to be unmatched (they are
then standard characters). More operators might be in need for escape,
like [] themselves, but those are less likely to be found anyway.

HTH,
Diego 'Flameeyes' Pettenò

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck bails out when line to parse has unmatched parenthesis
https://bugs.launchpad.net/bugs/161202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162507] licensecheck does not recognise OpenBSD ISC style license

2007-11-13 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

Using licensecheck on xine-ui sources, it reports as UNKNOWN the license
for the strlcat.c file that I took from OpenBSD sources. The license
header is as following:

/*
 * Copyright (c) 1998 Todd C. Miller <[EMAIL PROTECTED]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

The license is a simple as-is license that is derived from the Internet
Software Consortium license (ISC).

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck does not recognise OpenBSD ISC style license
https://bugs.launchpad.net/bugs/162507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63130] Re: Amarok does not play *.shn files

2006-10-05 Thread Flameeyes
This patch is unlikely to create more bugs, as it's only declaring that an SHN 
stream only has audio and no video, as it should have been from the start.
Not sure what else you're looking for :)

-- 
Amarok does not play *.shn files
https://launchpad.net/bugs/63130

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 63130] Re: Amarok does not play *.shn files

2006-10-05 Thread Flameeyes
This patch is unlikely to create more bugs, as it's only declaring that an SHN 
stream only has audio and no video, as it should have been from the start.
Not sure what else you're looking for :)

-- 
Amarok does not play *.shn files
https://launchpad.net/bugs/63130

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 161202] licensecheck bails out when line to parse has unmatched parenthesis

2007-11-09 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

When parsing copyright information for a given file, the licensecheck
script bails out if the line to parse has unmatched parenthesis, which
can be likely, when the opening parenthesis is on one line and the
closing is on a following line.

This is because the parenthesis are not escaped to not be considered
regular expressions operators. The fix is to add on line 276 (the "De-
cruft" section) the following line:

$match =~ s/[()]/\\\0/g;

This will escape the parenthesis allowing them to be unmatched (they are
then standard characters). More operators might be in need for escape,
like [] themselves, but those are less likely to be found anyway.

HTH,
Diego 'Flameeyes' Pettenò

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck bails out when line to parse has unmatched parenthesis
https://bugs.launchpad.net/bugs/161202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162507] licensecheck does not recognise OpenBSD ISC style license

2007-11-13 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

Using licensecheck on xine-ui sources, it reports as UNKNOWN the license
for the strlcat.c file that I took from OpenBSD sources. The license
header is as following:

/*
 * Copyright (c) 1998 Todd C. Miller <[EMAIL PROTECTED]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

The license is a simple as-is license that is derived from the Internet
Software Consortium license (ISC).

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck does not recognise OpenBSD ISC style license
https://bugs.launchpad.net/bugs/162507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 161202] licensecheck bails out when line to parse has unmatched parenthesis

2007-11-09 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

When parsing copyright information for a given file, the licensecheck
script bails out if the line to parse has unmatched parenthesis, which
can be likely, when the opening parenthesis is on one line and the
closing is on a following line.

This is because the parenthesis are not escaped to not be considered
regular expressions operators. The fix is to add on line 276 (the "De-
cruft" section) the following line:

$match =~ s/[()]/\\\0/g;

This will escape the parenthesis allowing them to be unmatched (they are
then standard characters). More operators might be in need for escape,
like [] themselves, but those are less likely to be found anyway.

HTH,
Diego 'Flameeyes' Pettenò

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck bails out when line to parse has unmatched parenthesis
https://bugs.launchpad.net/bugs/161202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162507] licensecheck does not recognise OpenBSD ISC style license

2007-11-13 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

Using licensecheck on xine-ui sources, it reports as UNKNOWN the license
for the strlcat.c file that I took from OpenBSD sources. The license
header is as following:

/*
 * Copyright (c) 1998 Todd C. Miller <[EMAIL PROTECTED]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

The license is a simple as-is license that is derived from the Internet
Software Consortium license (ISC).

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck does not recognise OpenBSD ISC style license
https://bugs.launchpad.net/bugs/162507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63130] Re: Amarok does not play *.shn files

2006-10-05 Thread Flameeyes
This patch is unlikely to create more bugs, as it's only declaring that an SHN 
stream only has audio and no video, as it should have been from the start.
Not sure what else you're looking for :)

-- 
Amarok does not play *.shn files
https://launchpad.net/bugs/63130

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 161202] licensecheck bails out when line to parse has unmatched parenthesis

2007-11-09 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

When parsing copyright information for a given file, the licensecheck
script bails out if the line to parse has unmatched parenthesis, which
can be likely, when the opening parenthesis is on one line and the
closing is on a following line.

This is because the parenthesis are not escaped to not be considered
regular expressions operators. The fix is to add on line 276 (the "De-
cruft" section) the following line:

$match =~ s/[()]/\\\0/g;

This will escape the parenthesis allowing them to be unmatched (they are
then standard characters). More operators might be in need for escape,
like [] themselves, but those are less likely to be found anyway.

HTH,
Diego 'Flameeyes' Pettenò

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck bails out when line to parse has unmatched parenthesis
https://bugs.launchpad.net/bugs/161202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162507] licensecheck does not recognise OpenBSD ISC style license

2007-11-13 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

Using licensecheck on xine-ui sources, it reports as UNKNOWN the license
for the strlcat.c file that I took from OpenBSD sources. The license
header is as following:

/*
 * Copyright (c) 1998 Todd C. Miller <[EMAIL PROTECTED]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

The license is a simple as-is license that is derived from the Internet
Software Consortium license (ISC).

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck does not recognise OpenBSD ISC style license
https://bugs.launchpad.net/bugs/162507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63130] Re: Amarok does not play *.shn files

2006-10-05 Thread Flameeyes
This patch is unlikely to create more bugs, as it's only declaring that an SHN 
stream only has audio and no video, as it should have been from the start.
Not sure what else you're looking for :)

-- 
Amarok does not play *.shn files
https://launchpad.net/bugs/63130

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 63130] Re: Amarok does not play *.shn files

2006-10-05 Thread Flameeyes
This patch is unlikely to create more bugs, as it's only declaring that an SHN 
stream only has audio and no video, as it should have been from the start.
Not sure what else you're looking for :)

-- 
Amarok does not play *.shn files
https://launchpad.net/bugs/63130

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 161202] licensecheck bails out when line to parse has unmatched parenthesis

2007-11-09 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

When parsing copyright information for a given file, the licensecheck
script bails out if the line to parse has unmatched parenthesis, which
can be likely, when the opening parenthesis is on one line and the
closing is on a following line.

This is because the parenthesis are not escaped to not be considered
regular expressions operators. The fix is to add on line 276 (the "De-
cruft" section) the following line:

$match =~ s/[()]/\\\0/g;

This will escape the parenthesis allowing them to be unmatched (they are
then standard characters). More operators might be in need for escape,
like [] themselves, but those are less likely to be found anyway.

HTH,
Diego 'Flameeyes' Pettenò

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck bails out when line to parse has unmatched parenthesis
https://bugs.launchpad.net/bugs/161202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 162507] licensecheck does not recognise OpenBSD ISC style license

2007-11-13 Thread Flameeyes
Public bug reported:

Binary package hint: devscripts

Using licensecheck on xine-ui sources, it reports as UNKNOWN the license
for the strlcat.c file that I took from OpenBSD sources. The license
header is as following:

/*
 * Copyright (c) 1998 Todd C. Miller <[EMAIL PROTECTED]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

The license is a simple as-is license that is derived from the Internet
Software Consortium license (ISC).

** Affects: devscripts (Ubuntu)
 Importance: Undecided
 Status: New

-- 
licensecheck does not recognise OpenBSD ISC style license
https://bugs.launchpad.net/bugs/162507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs