we lend at 3% ,any interested applicant should apply with

2009-06-17 Thread E-Loan
Names,..
Address,
Amount,..
Purpose of loan,..
Duration of loan,...
Occupation,...
Send to email:e_l...@9.cn



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


Bug#533415: devscripts: [uupdate] Fails to update source by not finding the diff file

2009-06-17 Thread Yannick Roehlly
Package: devscripts
Version: 2.10.51
Severity: important
Tags: patch

When trying to update a source package with a new upstream source, uupdate
fails to find the initial diff.gz file with this error:

 gzip: ../../PACKAGENAME_INITIALVERSION.diff.gz: No such file or directory

This comes from the changes done to line 725 of the script between v2.10.50
and v2.10.51.

This patch corrects the issue:

--- /usr/bin/uupdate.orig   2009-06-17 11:45:01.750662308 +0200
+++ /usr/bin/uupdate2009-06-17 11:42:34.541663159 +0200
@@ -722,7 +722,7 @@
done
fi

-   if $DIFFCAT ../$DIFF | patch -sNp1 ; then
+   if $DIFFCAT $DIFF | patch -sNp1 ; then
echo Success!  The diffs from version $VERSION worked fine.
else
echo $PROGNAME: the diffs from version $VERSION did not apply 
cleanly! 2


Sincerely,

Yannick


-- Package-specific info:

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

--- ~/.devscripts ---
DEBUILD_DPKG_BUILDPACKAGE_OPTS=-r -uc -us
USCAN_SYMLINK=no
UUPDATE_SYMLINK_ORIG=no

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.2 Debian package development tools
ii  libc6 2.9-13 GNU C Library: Shared libraries
ii  perl  5.10.0-23  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  amaya [www-browser 10.1~pre4+dfsg.0-2Web Browser, HTML Editor and Testb
ii  at 3.1.10.2  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20081101cvs-2 A simple mail user agent
ii  bzr1.15-1easy to use distributed version co
ii  conkeror [www-brow 0.9~git090223-1   keyboard focused web browser with 
ii  curl   7.19.5-1  Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  dctrl-tools2.13.1Command-line tools to process Debi
ii  debian-keyring 2009.05.28GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers 1.60  GPG keys of Debian maintainers
ii  dillo [www-browser 2.0-0.1   Small and fast web browser
pn  dput | dupload none(no description available)
ii  epiphany-webkit [w 2.27.2-2  Intuitive GNOME web browser - WebK
ii  equivs 2.0.7-0.1 Circumvent Debian package dependen
ii  fakeroot   1.12.3Gives a fake root environment
ii  git-core   1:1.6.3.1-1   fast, scalable, distributed revisi
ii  gnupg  1.4.9-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.0.11-1  lightweight web browser based on M
ii  konqueror [www-bro 4:4.2.4-1 KDE 4's advanced file manager, web
ii  libauthen-sasl-per 2.12-1Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-1+b1 Support for https protocol in LWP
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.710.08-2Client and server side SOAP implem
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  libwww-perl5.826-1   WWW client/server library for Perl
ii  libyaml-syck-perl  1.07-1fast, lightweight YAML loader and 
ii  links2 [www-browse 2.2-1+b1  Web browser running in both graphi
ii  lintian2.2.11Debian package checker
ii  lsb-release3.2-22Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.7pre5-1   Text-mode WWW Browser with NLS sup
ii  man-db 2.5.5-2   on-line manual pager
ii  mercurial  1.2.1-3   scalable distributed version contr
ii  midori [www-browse 0.1.7-1.1 fast, lightweight graphical web br
ii  netsurf [www-brows 1.2-1+b1  Small portable web browser with CS
ii  openssh-client [ss 1:5.1p1-6 secure shell client, an rlogin/rsh
ii  patch  2.5.9-5   Apply a diff file to an original
ii  patchutils 0.3.1-2   Utilities to work with patches
ii  strace 4.5.18-1  A system call tracer
ii  subversion 1.5.6dfsg-1   Advanced version control system
ii  unzip  6.0-1 De-archiver for .zip files
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent
ii  w3mmee 

SVN devscripts commit: r1912 - in trunk: debian scripts

2009-06-17 Thread Adam D. Barratt
Author: adsb
Date: 2009-06-17 10:26:33 + (Wed, 17 Jun 2009)
New Revision: 1912

Modified:
   trunk/debian/changelog
   trunk/scripts/uupdate.sh
Log:
uupdate: Fix invocation of *cat when attempting to apply diffs.
Thanks, Yannick Roehlly.  (Closes: #533415)

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2009-06-15 19:29:21 UTC (rev 1911)
+++ trunk/debian/changelog  2009-06-17 10:26:33 UTC (rev 1912)
@@ -2,6 +2,8 @@
 
   * debdiff: Make --diffstat work again; diffstat exits 0 unless there was
 a problem.  Accidentally broken in 2.10.48.
+  * uupdate: Fix invocation of *cat when attempting to apply diffs.
+Thanks, Yannick Roehlly.  (Closes: #533415)
 
  -- Adam D. Barratt a...@adam-barratt.org.uk  Mon, 15 Jun 2009 19:41:02 +0100
 

Modified: trunk/scripts/uupdate.sh
===
--- trunk/scripts/uupdate.sh2009-06-15 19:29:21 UTC (rev 1911)
+++ trunk/scripts/uupdate.sh2009-06-17 10:26:33 UTC (rev 1912)
@@ -722,7 +722,7 @@
done
fi
 
-   if $DIFFCAT ../$DIFF | patch -sNp1 ; then
+   if $DIFFCAT $DIFF | patch -sNp1 ; then
echo Success!  The diffs from version $VERSION worked fine.
else
echo $PROGNAME: the diffs from version $VERSION did not apply 
cleanly! 2



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


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

2009-06-17 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 533415 uupdate
Bug#533415: devscripts: [uupdate] Fails to update source by not finding the 
diff file
There were no usertags set.
Usertags are now: uupdate.
 retitle 533415 [uupdate] Fails to find the diff
Bug#533415: devscripts: [uupdate] Fails to update source by not finding the 
diff file
Changed Bug title to `[uupdate] Fails to find the diff' from `devscripts: 
[uupdate] Fails to update source by not finding the diff file'.


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 533415

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

 #devscripts (2.10.52) UNRELEASED; urgency=low
 #
 #  * uupdate: Fix invocation of *cat when attempting to apply diffs.
 #Thanks, Yannick Roehlly.  (Closes: #533415)
 #
 package devscripts
Ignoring bugs not assigned to: devscripts

 tags 533415 + pending
Bug#533415: [uupdate] Fails to find the diff
Tags were: patch
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.


Bug#533415: devscripts: [uupdate] Fails to update source by not finding the diff file

2009-06-17 Thread Adam D. Barratt

Yannick Roehlly wrote:

When trying to update a source package with a new upstream source,
uupdate 
fails to find the initial diff.gz file with this error:


gzip: ../../PACKAGENAME_INITIALVERSION.diff.gz: No such file or
directory 


This comes from the changes done to line 725 of the script between
v2.10.50 and v2.10.51.


Oops. Thanks for the patch; I've applied it to SVN.

Regards,

Adam




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


Doo You Knnow What Swinging Lifestyle Is?

2009-06-17 Thread Oyervides
Shane Warne baldy hair care add hit foor sixattachment: neoorthodoxy.jpg

SVN devscripts commit: r1915 - trunk/debian

2009-06-17 Thread Adam D. Barratt
Author: adsb
Date: 2009-06-17 18:04:53 + (Wed, 17 Jun 2009)
New Revision: 1915

Modified:
   trunk/debian/changelog
Log:
Adjust changelog for debdiff --diffstat fix

Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2009-06-17 18:02:26 UTC (rev 1914)
+++ trunk/debian/changelog  2009-06-17 18:04:53 UTC (rev 1915)
@@ -1,7 +1,6 @@
 devscripts (2.10.52) UNRELEASED; urgency=low
 
-  * debdiff: Make --diffstat work again; diffstat exits 0 unless there was
-a problem.  Accidentally broken in 2.10.48.
+  * debdiff: Make --diffstat work again; accidentally broken in 2.10.48.
   * uupdate: Fix invocation of *cat when attempting to apply diffs.
 Thanks, Yannick Roehlly.  (Closes: #533415)
   * debian/control: Update Standards-Version to 3.8.2 (no changes needed)



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


SVN devscripts commit: r1917 - tags

2009-06-17 Thread Adam D. Barratt
Author: adsb
Date: 2009-06-17 18:39:51 + (Wed, 17 Jun 2009)
New Revision: 1917

Added:
   tags/2.10.52/
Log:
tagging version 2.10.52



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


Processing of devscripts_2.10.52_amd64.changes

2009-06-17 Thread Archive Administrator
devscripts_2.10.52_amd64.changes uploaded successfully to localhost
along with the files:
  devscripts_2.10.52.dsc
  devscripts_2.10.52.tar.gz
  devscripts_2.10.52_amd64.deb

Greetings,

Your Debian queue daemon


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


devscripts_2.10.52_amd64.changes ACCEPTED

2009-06-17 Thread Archive Administrator

Accepted:
devscripts_2.10.52.dsc
  to pool/main/d/devscripts/devscripts_2.10.52.dsc
devscripts_2.10.52.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.52.tar.gz
devscripts_2.10.52_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.52_amd64.deb


Override entries for your package:
devscripts_2.10.52.dsc - source devel
devscripts_2.10.52_amd64.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 533415 


Thank you for your contribution to Debian.


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


Bug#533415: marked as done ([uupdate] Fails to find the diff)

2009-06-17 Thread Debian Bug Tracking System

Your message dated Wed, 17 Jun 2009 19:02:06 +
with message-id e1mh0oc-0001x4...@ries.debian.org
and subject line Bug#533415: fixed in devscripts 2.10.52
has caused the Debian Bug report #533415,
regarding [uupdate] Fails to find the diff
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: devscripts
Version: 2.10.51
Severity: important
Tags: patch

When trying to update a source package with a new upstream source, uupdate
fails to find the initial diff.gz file with this error:

 gzip: ../../PACKAGENAME_INITIALVERSION.diff.gz: No such file or directory

This comes from the changes done to line 725 of the script between v2.10.50
and v2.10.51.

This patch corrects the issue:

--- /usr/bin/uupdate.orig   2009-06-17 11:45:01.750662308 +0200
+++ /usr/bin/uupdate2009-06-17 11:42:34.541663159 +0200
@@ -722,7 +722,7 @@
done
fi

-   if $DIFFCAT ../$DIFF | patch -sNp1 ; then
+   if $DIFFCAT $DIFF | patch -sNp1 ; then
echo Success!  The diffs from version $VERSION worked fine.
else
echo $PROGNAME: the diffs from version $VERSION did not apply 
cleanly! 2


Sincerely,

Yannick


-- Package-specific info:

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

--- ~/.devscripts ---
DEBUILD_DPKG_BUILDPACKAGE_OPTS=-r -uc -us
USCAN_SYMLINK=no
UUPDATE_SYMLINK_ORIG=no

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.2 Debian package development tools
ii  libc6 2.9-13 GNU C Library: Shared libraries
ii  perl  5.10.0-23  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  amaya [www-browser 10.1~pre4+dfsg.0-2Web Browser, HTML Editor and Testb
ii  at 3.1.10.2  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20081101cvs-2 A simple mail user agent
ii  bzr1.15-1easy to use distributed version co
ii  conkeror [www-brow 0.9~git090223-1   keyboard focused web browser with 
ii  curl   7.19.5-1  Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  dctrl-tools2.13.1Command-line tools to process Debi
ii  debian-keyring 2009.05.28GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers 1.60  GPG keys of Debian maintainers
ii  dillo [www-browser 2.0-0.1   Small and fast web browser
pn  dput | dupload none(no description available)
ii  epiphany-webkit [w 2.27.2-2  Intuitive GNOME web browser - WebK
ii  equivs 2.0.7-0.1 Circumvent Debian package dependen
ii  fakeroot   1.12.3Gives a fake root environment
ii  git-core   1:1.6.3.1-1   fast, scalable, distributed revisi
ii  gnupg  1.4.9-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.0.11-1  lightweight web browser based on M
ii  konqueror [www-bro 4:4.2.4-1 KDE 4's advanced file manager, web
ii  libauthen-sasl-per 2.12-1Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-1+b1 Support for https protocol in LWP
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.710.08-2Client and server side SOAP implem
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  libwww-perl5.826-1   WWW client/server library for Perl
ii  libyaml-syck-perl  1.07-1fast, lightweight YAML loader and 
ii  links2 [www-browse 2.2-1+b1  Web browser running in both graphi
ii  lintian2.2.11Debian package checker
ii  lsb-release3.2-22Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.7pre5-1   Text-mode WWW Browser with NLS sup
ii  man-db 

Processed: cloning 526713, retitle -1 to debcheckout: support multiline Vcs-* fields, reassign -1 to devscripts ...

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

 clone 526713 -1
Bug#526713: lintian: vcs-field-uses-unknown-uri-format should handle multi-line 
fields
Bug 526713 cloned as bug 533495.

 retitle -1 debcheckout: support multiline Vcs-* fields
Bug#533495: lintian: vcs-field-uses-unknown-uri-format should handle multi-line 
fields
Changed Bug title to `debcheckout: support multiline Vcs-* fields' from 
`lintian: vcs-field-uses-unknown-uri-format should handle multi-line fields'.

 reassign -1 devscripts
Bug#533495: debcheckout: support multiline Vcs-* fields
Bug reassigned from package `lintian' to `devscripts'.

 block 526713 with -1
Bug#533495: debcheckout: support multiline Vcs-* fields
Bug#526713: lintian: vcs-field-uses-unknown-uri-format should handle multi-line 
fields
Was not blocked by any bugs.
Blocking bugs of 526713 added: 533495

 retitle 526713 [checks/fields] allow Vcs-* fields to be multiline
Bug#526713: lintian: vcs-field-uses-unknown-uri-format should handle multi-line 
fields
Changed Bug title to `[checks/fields] allow Vcs-* fields to be multiline' from 
`lintian: vcs-field-uses-unknown-uri-format should handle multi-line fields'.


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.


cloning 526713, retitle -1 to debcheckout: support multiline Vcs-* fields, reassign -1 to devscripts ...

2009-06-17 Thread Russ Allbery
clone 526713 -1
retitle -1 debcheckout: support multiline Vcs-* fields
reassign -1 devscripts 
block 526713 with -1
retitle 526713 [checks/fields] allow Vcs-* fields to be multiline



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