Processed: Re: [debchange] Unable to stop `dch -r` modifying the changelog

2009-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 422450
Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 severity 422450 important
Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog
Severity set to `important' from `normal'

 retitle 422450 [debchange] regression: dch -r no longer behaves sanely
Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog
Changed Bug title to `[debchange] regression: dch -r no longer behaves sanely' 
from `[debchange] Unable to stop `dch -r` modifying the changelog'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog

2009-05-11 Thread Steve Langasek
reopen 422450
severity 422450 important
retitle 422450 [debchange] regression: dch -r no longer behaves sanely
thanks

I am reopening this bug because I consider the new behavior a significant
and very annoying regression.  The definition of the --release argument is
Finalize the changelog for a release.  Nothing in that implies that I
should have to edit and save changes in order for the tool to take the
action specified on the commandline, and I believe the common case is to
*not* edit changelog entries when using dch -r.

Please revert this change.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org




-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#528193: [debsnap] does not work with current mktemp

2009-05-11 Thread Jakub Wilk

Package: devscripts
Version: 2.10.49
Severity: important
File: /usr/bin/debsnap

$ apt-cache policy mktemp | grep Installed
  Installed: 1.6-4

$ debsnap devscripts 2.10.49
mktemp: cannot make temp dir /tmp/debsnap.: Invalid argument
mktemp: last six characters of template must be XX


--
Jakub Wilk




--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Shiver Your Woman's Thighs With These Scpine Arching Breast Massage Orgasm Tips

2009-05-11 Thread Suchla Schwertfager
inline: Suchla.png

Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog

2009-05-11 Thread James Vega
On Mon, May 11, 2009 at 12:41:09AM -0700, Steve Langasek wrote:
 I am reopening this bug because I consider the new behavior a significant
 and very annoying regression.  The definition of the --release argument is
 Finalize the changelog for a release.  Nothing in that implies that I
 should have to edit and save changes in order for the tool to take the
 action specified on the commandline,

The fact that you're presented with an editor should be implication
enough that you need to save your changes.  This is consistent with the
other invocations of dch that present the user with an editor.

Since dch makes changes based purely on heuristics, it is up to the user
to indicate back to dch whether they want to keep the changes or not.
The method of indicating such affirmation is saving the file.

 Please revert this change.

As pointed out on IRC, the next upload will allow one to set the
DEBCHANGE_FORCE_SAVE_ON_RELEASE config value such that dch will always
save the changes when calling `dch -r'.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org


signature.asc
Description: Digital signature


Bug#528254: devscripts: [chdist] -d (data-dir) accepts only absolute path

2009-05-11 Thread Savvas Radevic
Package: devscripts
Version: 2.10.49
Severity: normal


Using -d / --data-dir should either
 a) accept relative paths or
 b) mention in the manual page / help message that it accepts only 
 absolute paths

Not working example with relative path (or just directory name):
$ chdist -d test create jaunty
Now edit test/jaunty/etc/apt/sources.list
Then run chdist apt-get jaunty update
And enjoy.
$ cat test/jaunty/etc/apt/sources.list
cat: test/jaunty/etc/apt/sources.list: No such file or directory

Working example with absolute path:
$ chdist -d $PWD/test create jaunty
Now edit /home/tester/project/test/jaunty/etc/apt/sources.list
Then run chdist apt-get jaunty update
And enjoy.
$ cat /home/tester/project/test/jaunty/etc/apt/sources.list
#deb http://ftp.debian.org/debian/ unstable main contrib non-free
#deb-src http://ftp.debian.org/debian/ unstable main contrib non-free

#deb http://archive.ubuntu.com/ubuntu dapper main restricted
#deb http://archive.ubuntu.com/ubuntu dapper universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu dapper main restricted
#deb-src http://archive.ubuntu.com/ubuntu dapper universe multiverse

Thank you!

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
Not present

-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-11-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash




-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#528254: Acknowledgement (devscripts: [chdist] -d (data-dir) accepts only absolute path)

2009-05-11 Thread Savvas Radevic
I'm not sure if this completely true, perhaps the ubuntu changes are
causing a problem, I'll check later.




-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


SVN devscripts commit: r1878 - in trunk: debian scripts

2009-05-11 Thread Adam D. Barratt
Author: adsb
Date: 2009-05-11 19:45:50 + (Mon, 11 May 2009)
New Revision: 1878

Modified:
   trunk/debian/changelog
   trunk/scripts/chdist.pl
Log:
chdist: Make --data-dir work with relative paths.  (Closes: #528254)

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2009-05-10 20:33:28 UTC (rev 1877)
+++ trunk/debian/changelog  2009-05-11 19:45:50 UTC (rev 1878)
@@ -1,5 +1,6 @@
 devscripts (2.10.50) UNRELEASED; urgency=low
 
+  * chdist: Make --data-dir work with relative paths.  (Closes: #528254)
   * debchange: Add karmic (koala) to the list of recognised Ubuntu
 distributions.
   * debuild: Use printf when parsing the DEBUILD_LINTIAN_OPTS configuration

Modified: trunk/scripts/chdist.pl
===
--- trunk/scripts/chdist.pl 2009-05-10 20:33:28 UTC (rev 1877)
+++ trunk/scripts/chdist.pl 2009-05-11 19:45:50 UTC (rev 1878)
@@ -155,6 +155,10 @@
   version= \$version,
 );
 
+# Fix-up relative paths
+$datadir = $ENV{'PWD'} . /$datadir unless $datadir =~ m!^/!;
+$datadir =~ s!/\./!/!g;
+
 if ($help) {
   print usage(0);
   exit;



-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog

2009-05-11 Thread Adam D. Barratt
On Mon, 2009-05-11 at 10:13 -0400, James Vega wrote:
 On Mon, May 11, 2009 at 12:41:09AM -0700, Steve Langasek wrote:
  Please revert this change.
 
 As pointed out on IRC, the next upload will allow one to set the
 DEBCHANGE_FORCE_SAVE_ON_RELEASE config value such that dch will always
 save the changes when calling `dch -r'.

Where next upload in this case means devscripts 2.10.49, which hit
unstable a little over a week ago.

Regards,

Adam




-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


SVN devscripts commit: r1879 - in trunk: debian scripts

2009-05-11 Thread Adam D. Barratt
Author: adsb
Date: 2009-05-11 19:51:53 + (Mon, 11 May 2009)
New Revision: 1879

Modified:
   trunk/debian/changelog
   trunk/scripts/uscan.pl
Log:
uscan: Pass -n to gzip when repacking bz2 files to ensure consistent
checksums.  Thanks, Damyan Ivanov.  (Closes: #504672)

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2009-05-11 19:45:50 UTC (rev 1878)
+++ trunk/debian/changelog  2009-05-11 19:51:53 UTC (rev 1879)
@@ -10,6 +10,8 @@
 by Felipe Sateler.  (Closes: #527396)
   * rc-alert: Use standard single quotes in the debtags section of the manpage
 to avoid odd formatting and warnings from man
+  * uscan: Pass -n to gzip when repacking bz2 files to ensure consistent
+checksums.  Thanks, Damyan Ivanov.  (Closes: #504672)
 
  -- Adam D. Barratt a...@adam-barratt.org.uk  Sat, 02 May 2009 20:47:39 +0100
 

Modified: trunk/scripts/uscan.pl
===
--- trunk/scripts/uscan.pl  2009-05-11 19:45:50 UTC (rev 1878)
+++ trunk/scripts/uscan.pl  2009-05-11 19:51:53 UTC (rev 1879)
@@ -1289,7 +1289,7 @@
 if ($repack and $newfile_base =~ /^(.*)\.(tar\.bz2|tbz2?)$/) {
print -- Repacking from bzip2 to gzip\n if $verbose;
my $newfile_base_gz = $1.tar.gz;
-   system(bunzip2 -c $destdir/$newfile_base | gzip -9  
$destdir/$newfile_base_gz) == 0
+   system(bunzip2 -c $destdir/$newfile_base | gzip -n -9  
$destdir/$newfile_base_gz) == 0
  or die repacking from bzip2 to gzip failed\n;
unlink $destdir/$newfile_base;
$newfile_base = $newfile_base_gz;



-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Bug#528254: devscripts: [chdist] -d (data-dir) accepts only absolute path

2009-05-11 Thread Adam D. Barratt
On Mon, 2009-05-11 at 20:00 +0200, Savvas Radevic wrote:
 Using -d / --data-dir should either
  a) accept relative paths or

It should. :-/

Thanks for the report; I'm testing a fix at the moment and will commit
it shortly assuming it works.

Regards,

Adam




-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Processed: user devscri...@packages.debian.org, setting package to devscripts, usertagging 528254 ...

2009-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 user devscri...@packages.debian.org
Setting user to devscri...@packages.debian.org (was a...@adam-barratt.org.uk).
 package devscripts
Ignoring bugs not assigned to: devscripts

 usertags 528254 chdist
Bug#528254: devscripts: [chdist] -d (data-dir) accepts only absolute path
There were no usertags set.
Usertags are now: chdist.
 retitle 528254 [chdist] -d only accepts absolute paths
Bug#528254: devscripts: [chdist] -d (data-dir) accepts only absolute path
Changed Bug title to `[chdist] -d only accepts absolute paths' from 
`devscripts: [chdist] -d (data-dir) accepts only absolute path'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Processed: setting package to devscripts, tagging 504672, tagging 528254

2009-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #devscripts (2.10.50) UNRELEASED; urgency=low
 #
 #  * chdist: Make --data-dir work with relative paths.  (Closes: #528254)
 #  * uscan: Pass -n to gzip when repacking bz2 files to ensure consistent
 #checksums.  Thanks, Damyan Ivanov.  (Closes: #504672)
 #
 package devscripts
Ignoring bugs not assigned to: devscripts

 tags 504672 + pending
Bug#504672: [uscan] --repack creates different file each time
Tags were: patch
Tags added: pending

 tags 528254 + pending
Bug#528254: [chdist] -d only accepts absolute paths
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Lets Groovve

2009-05-11 Thread Liegler Scircle
inline: Liegler.png

SVN devscripts commit: r1881 - in trunk: debian scripts

2009-05-11 Thread Adam D. Barratt
Author: adsb
Date: 2009-05-11 20:30:32 + (Mon, 11 May 2009)
New Revision: 1881

Modified:
   trunk/debian/changelog
   trunk/scripts/debsnap.sh
Log:
debsnap: Fix mktemp call to use a sufficient number of Xs in the template
string (Closes: #528193) and use -t rather than hard-coding /tmp.

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2009-05-11 20:16:38 UTC (rev 1880)
+++ trunk/debian/changelog  2009-05-11 20:30:32 UTC (rev 1881)
@@ -3,6 +3,8 @@
   * chdist: Make --data-dir work with relative paths.  (Closes: #528254)
   * debchange: Add karmic (koala) to the list of recognised Ubuntu
 distributions.
+  * debsnap: Fix mktemp call to use a sufficient number of Xs in the template
+string (Closes: #528193) and use -t rather than hard-coding /tmp.
   * debuild: Use printf when parsing the DEBUILD_LINTIAN_OPTS configuration
 file variable, to avoid eating -E.  (Closes: #527027)
   * mass-bug: Add an option to specify that the supplied package names are

Modified: trunk/scripts/debsnap.sh
===
--- trunk/scripts/debsnap.sh2009-05-11 20:16:38 UTC (rev 1880)
+++ trunk/scripts/debsnap.sh2009-05-11 20:30:32 UTC (rev 1881)
@@ -220,7 +220,7 @@
 
 
 # download the Sources.gz
-tmpdir=$(mktemp -d /tmp/$PROGNAME.)
+tmpdir=$(mktemp -d -t $PROGNAME.)
 trap rm -rf \$tmpdir\; exit 1 0 SIGHUP SIGINT SIGTERM
 sources_url=$DEBSNAP_BASE_URL/$clean_dir/$DEBSNAP_SOURCES_GZ_PATH
 sources_path=$tmpdir/Sources.gz



-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.


Processed: setting package to devscripts, tagging 528193

2009-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #devscripts (2.10.50) UNRELEASED; urgency=low
 #
 #  * debsnap: Fix mktemp call to use a sufficient number of Xs in the template
 #string (Closes: #528193) and use -t rather than hard-coding /tmp.
 #
 package devscripts
Ignoring bugs not assigned to: devscripts

 tags 528193 + pending
Bug#528193: [debsnap] does not work with current mktemp
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.