Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Agustin Martin
Subject: myspell-sl: Typo in dependencies of myspell-sl transitional package: 
hunspell-th -> hunspell-sl
Package: myspell-sl
Version: 1:5.0.1+dfsg-3
Severity: normal
Tags: + patch

Hi, Mattia,

A typo slipped into dependencies of myspell-sl transitional package, pulling
hunspell-th instead of hunspell-sl, see attached patch.

Regards,

-- 
Agustin
diff --git a/debian/control.in b/debian/control.in
index a9add2c..40f8394 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -86,7 +86,7 @@ Package: myspell-sl
 Priority: extra
 Section: oldlibs
 Architecture: all
-Depends: hunspell-th, ${misc:Depends}
+Depends: hunspell-sl, ${misc:Depends}
 Description: Slovenian dictionary for hunspell - dummy transitional package
  This is the Slovenian dictionary for use with the hunspell
  spellchecker.


Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Agustin Martin
On Wed, Sep 23, 2015 at 12:04:53PM +0200, Agustin Martin wrote:
> Subject: myspell-sl: Typo in dependencies of myspell-sl transitional package: 
> hunspell-th -> hunspell-sl
> Package: myspell-sl
> Version: 1:5.0.1+dfsg-3
> Severity: normal
> Tags: + patch

> Hi, Mattia,
> 
> A typo slipped into dependencies of myspell-sl transitional package, pulling
> hunspell-th instead of hunspell-sl, see attached patch.

Hi, 

Message from the BTS claimed to have sent bug acknowledgement to QA

Your message has been sent to the package maintainer(s):
 Debian QA Group 

owner of old myspell-sl. Re-sending the message, in case it did not reach
the libreoffice group. Bug is properly opened in libreoffice-dictionaries
page and patch is there, but I attach it again for the list benefit.

Regards,

-- 
Agustin
diff --git a/debian/control.in b/debian/control.in
index a9add2c..40f8394 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -86,7 +86,7 @@ Package: myspell-sl
 Priority: extra
 Section: oldlibs
 Architecture: all
-Depends: hunspell-th, ${misc:Depends}
+Depends: hunspell-sl, ${misc:Depends}
 Description: Slovenian dictionary for hunspell - dummy transitional package
  This is the Slovenian dictionary for use with the hunspell
  spellchecker.


Processing of twitter-bootstrap_2.0.2+dfsg-6_amd64.changes

2015-09-23 Thread Debian FTP Masters
twitter-bootstrap_2.0.2+dfsg-6_amd64.changes uploaded successfully to localhost
along with the files:
  twitter-bootstrap_2.0.2+dfsg-6.dsc
  twitter-bootstrap_2.0.2+dfsg-6.debian.tar.xz
  libjs-twitter-bootstrap-docs_2.0.2+dfsg-6_all.deb
  libjs-twitter-bootstrap_2.0.2+dfsg-6_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



Processed: Re: Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + pending
Bug #799855 [myspell-sl] myspell-sl: Typo in dependencies of myspell-sl 
transitional package: hunspell-th -> hunspell-sl
Added tag(s) pending.

-- 
799855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799855
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#776299: marked as done (twitter-bootstrap: please make the build reproducible)

2015-09-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Sep 2015 13:34:58 +
with message-id 
and subject line Bug#776299: fixed in twitter-bootstrap 2.0.2+dfsg-6
has caused the Debian Bug report #776299,
regarding twitter-bootstrap: please make the build reproducible
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.)


-- 
776299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: twitter-bootstrap
Version: 2.0.2+dfsg-5
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that twitter-bootstrap could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, twitter-bootstrap can be built reproducibly in our current
experimental framework.

An alternative solution might be to simply remove the bootstrap.zip from
the final .deb - it does not (or should not!) be used from inside the
-doc package anyway.
 

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/debian/patches/03-reproducible-build.diff 
b/debian/patches/03-reproducible-build.diff
new file mode 100644
index 000..a9cc532
--- /dev/null
+++ b/debian/patches/03-reproducible-build.diff
@@ -0,0 +1,11 @@
+--- a/Makefile.orig2015-01-26 12:21:27.356099504 +
 b/Makefile 2015-01-26 12:21:38.724604940 +
+@@ -11,6 +11,8 @@
+ 
+ docs: bootstrap
+   rm -f docs/assets/bootstrap.zip
++  find bootstrap -depth -newermt '$(BUILD_DATE)' -print0 | \
++   xargs -0r touch --no-dereference --date='$(BUILD_DATE)'
+   zip -r docs/assets/bootstrap.zip bootstrap
+   lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
+   lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}
diff --git a/debian/patches/series b/debian/patches/series
index d94f92b..6ef2c0e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 use-nodejs-command.patch
 build-with-node-1.4.2.patch
 drop-nc-from-uglifyjs.patch
+03-reproducible-build.diff
--- End Message ---
--- Begin Message ---
Source: twitter-bootstrap
Source-Version: 2.0.2+dfsg-6

We believe that the bug you reported is fixed in the latest version of
twitter-bootstrap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 776...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila  (supplier of updated twitter-bootstrap 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Sep 2015 15:05:00 +0200
Source: twitter-bootstrap
Binary: libjs-twitter-bootstrap libjs-twitter-bootstrap-docs
Architecture: source all
Version: 2.0.2+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Santiago Vila 
Description:
 libjs-twitter-bootstrap - HTML, CSS and JS toolkit from Twitter
 libjs-twitter-bootstrap-docs - HTML, CSS and JS toolkit from Twitter 
(documentation)
Closes: 776299
Changes:
 twitter-bootstrap (2.0.2+dfsg-6) unstable; urgency=medium
 .
   * QA upload.
   * Put new files generated during the build and not removed
 by the clean target in debian/clean.
   * Remove files bootstrap-responsive.css and bootstrap.css
 in the clean target as they are regenerated by the build.
   * Remove the "bootstrap" directory in the clean target, as it's
 a Makefile target and its mere existence makes it not to be
 populated at all.
   * The clean target should now work as expected.
   * Renumber debian/patches/* from 01 to 05.
   * Add debian/patches/06-reproducible-build.patch. Set mtimes of
 "bootstrap" directory before making a zipfile of it.
 Based on a patch by Chris Lamb. Closes: #776299.
Checksums-Sha1:
 481ebbd61925cdde3bc4f47d0a21c8509d5c3e4f 1625 
twitter-bootstrap_2.0.2+dfsg-6.dsc
 c0e3f86f36a16f36c8e080b0021c281584b99755 46316 
twitter-bootstrap_2.0.2+dfsg-6.debian.tar.xz
 373a88efc5cbc25c714a73f438829a5eeadab151 766944 
libjs-twi

twitter-bootstrap_2.0.2+dfsg-6_amd64.changes ACCEPTED into unstable

2015-09-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Sep 2015 15:05:00 +0200
Source: twitter-bootstrap
Binary: libjs-twitter-bootstrap libjs-twitter-bootstrap-docs
Architecture: source all
Version: 2.0.2+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Santiago Vila 
Description:
 libjs-twitter-bootstrap - HTML, CSS and JS toolkit from Twitter
 libjs-twitter-bootstrap-docs - HTML, CSS and JS toolkit from Twitter 
(documentation)
Closes: 776299
Changes:
 twitter-bootstrap (2.0.2+dfsg-6) unstable; urgency=medium
 .
   * QA upload.
   * Put new files generated during the build and not removed
 by the clean target in debian/clean.
   * Remove files bootstrap-responsive.css and bootstrap.css
 in the clean target as they are regenerated by the build.
   * Remove the "bootstrap" directory in the clean target, as it's
 a Makefile target and its mere existence makes it not to be
 populated at all.
   * The clean target should now work as expected.
   * Renumber debian/patches/* from 01 to 05.
   * Add debian/patches/06-reproducible-build.patch. Set mtimes of
 "bootstrap" directory before making a zipfile of it.
 Based on a patch by Chris Lamb. Closes: #776299.
Checksums-Sha1:
 481ebbd61925cdde3bc4f47d0a21c8509d5c3e4f 1625 
twitter-bootstrap_2.0.2+dfsg-6.dsc
 c0e3f86f36a16f36c8e080b0021c281584b99755 46316 
twitter-bootstrap_2.0.2+dfsg-6.debian.tar.xz
 373a88efc5cbc25c714a73f438829a5eeadab151 766944 
libjs-twitter-bootstrap-docs_2.0.2+dfsg-6_all.deb
 01ae0cc11a73d5ca76cc2e68e9503d9971d8c219 98134 
libjs-twitter-bootstrap_2.0.2+dfsg-6_all.deb
Checksums-Sha256:
 662cbbd13c61255986aacd7e545e7ac3307f34007b1dac9f9d3a2a7962fc8d8a 1625 
twitter-bootstrap_2.0.2+dfsg-6.dsc
 6ce44d2df3d80bc7089d34ff033bddd7e06980abb3148a9d175d6a789eba5091 46316 
twitter-bootstrap_2.0.2+dfsg-6.debian.tar.xz
 f845595eddd723fa01407025f8004680a795c877689f52fe5e068ddd43466249 766944 
libjs-twitter-bootstrap-docs_2.0.2+dfsg-6_all.deb
 cd2a891d0445cebd6bc964ef1dc02e7708eba30e12aac067e8b517050ea02c80 98134 
libjs-twitter-bootstrap_2.0.2+dfsg-6_all.deb
Files:
 fb2318fa72d7ce7de88cff9df7891785 1625 web optional 
twitter-bootstrap_2.0.2+dfsg-6.dsc
 9db45327ba81d58324f6c032f029b6cb 46316 web optional 
twitter-bootstrap_2.0.2+dfsg-6.debian.tar.xz
 b16bc257b7ca50f2ebe3a12464b5dcd3 766944 doc optional 
libjs-twitter-bootstrap-docs_2.0.2+dfsg-6_all.deb
 dcb354db981708776d0e150b005c14d7 98134 web optional 
libjs-twitter-bootstrap_2.0.2+dfsg-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJWAqRoAAoJEEHOfwufG4sy4jEH/1fD405zNuuGKUtOh5esORzS
V8sRFVyEalioI7TrEVb0oBrmLuE/umtASc1ZSpbsgzhsII28TQ19qLo0SsyaSI3L
k1ZDKwPzLmwCRFI4u8CaDnPipT9oo9zri6pWo/8VsfGj5+SZuMHw3Gv/kXwdI8vI
pENzg1aT6iGNPK5lWUAiTvN5K5/DjbGlzTVz7ArtT+5fAn4ZCMQPHIQ4hq6hOz5n
x3kfhDu/olOipzbWT+XHIP/l5drRrxx2PEzf6E1B54yuHk4iwVLmWRZrI4cJjZa3
q0I4d1cqFSCXraTsg/VmHHZfj9PuPW1y4wXEQWZ7G1zjFuN0kXA0vG3BYZntn6g=
=kUY+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Mattia Rizzolo
control: tag -1 + pending

On Wed, Sep 23, 2015 at 12:57:48PM +0200, Agustin Martin wrote:
> On Wed, Sep 23, 2015 at 12:04:53PM +0200, Agustin Martin wrote:
> > Subject: myspell-sl: Typo in dependencies of myspell-sl transitional 
> > package: hunspell-th -> hunspell-sl
> > Package: myspell-sl
> > Version: 1:5.0.1+dfsg-3
> > Severity: normal
> > Tags: + patch
> 
> > Hi, Mattia,
> > 
> > A typo slipped into dependencies of myspell-sl transitional package, pulling
> > hunspell-th instead of hunspell-sl, see attached patch.

umpf, copy-pasting correctly is *hard*.
2 bits slipped out of my attention!

> Hi, 
> 
> Message from the BTS claimed to have sent bug acknowledgement to QA
> 
> Your message has been sent to the package maintainer(s):
>  Debian QA Group 
> 
> owner of old myspell-sl. Re-sending the message, in case it did not reach
> the libreoffice group. Bug is properly opened in libreoffice-dictionaries
> page and patch is there, but I attach it again for the list benefit.

umh, oh.
also the page header on the bug is confused.
Package: myspell-sl; Maintainer for myspell-sl is Debian QA Group
; Source for myspell-sl is
src:libreoffice-dictionaries.

Anyway, it did reach me since I'm subscribed through the package
tracker.

Anyway, applied to git, thanks for noticing!

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  http://mapreri.org  : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: Digital signature


Bug#799855: myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl

2015-09-23 Thread Agustin Martin
On Wed, Sep 23, 2015 at 01:42:03PM +, Mattia Rizzolo wrote:
> > Message from the BTS claimed to have sent bug acknowledgement to QA
> > 
> > Your message has been sent to the package maintainer(s):
> >  Debian QA Group 
> > 
> > owner of old myspell-sl. Re-sending the message, in case it did not reach
> > the libreoffice group. Bug is properly opened in libreoffice-dictionaries
> > page and patch is there, but I attach it again for the list benefit.
> 
> umh, oh.
> also the page header on the bug is confused.
> Package: myspell-sl; Maintainer for myspell-sl is Debian QA Group
> ; Source for myspell-sl is
> src:libreoffice-dictionaries.
> 
> Anyway, it did reach me since I'm subscribed through the package
> tracker.

Fine, thanks

BTW, filed #799870 against bugs.debian.org about this inconsistency.

-- 
Agustin



Bug#799855: marked as done (myspell-sl: Typo in dependencies of myspell-sl transitional package: hunspell-th -> hunspell-sl)

2015-09-23 Thread Debian Bug Tracking System
Your message dated Wed, 23 Sep 2015 16:09:43 +
with message-id 
and subject line Bug#799855: fixed in libreoffice-dictionaries 1:5.0.2-1
has caused the Debian Bug report #799855,
regarding myspell-sl: Typo in dependencies of myspell-sl transitional package: 
hunspell-th -> hunspell-sl
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.)


-- 
799855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799855
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: myspell-sl: Typo in dependencies of myspell-sl transitional package: 
hunspell-th -> hunspell-sl
Package: myspell-sl
Version: 1:5.0.1+dfsg-3
Severity: normal
Tags: + patch

Hi, Mattia,

A typo slipped into dependencies of myspell-sl transitional package, pulling
hunspell-th instead of hunspell-sl, see attached patch.

Regards,

-- 
Agustin
diff --git a/debian/control.in b/debian/control.in
index a9add2c..40f8394 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -86,7 +86,7 @@ Package: myspell-sl
 Priority: extra
 Section: oldlibs
 Architecture: all
-Depends: hunspell-th, ${misc:Depends}
+Depends: hunspell-sl, ${misc:Depends}
 Description: Slovenian dictionary for hunspell - dummy transitional package
  This is the Slovenian dictionary for use with the hunspell
  spellchecker.
--- End Message ---
--- Begin Message ---
Source: libreoffice-dictionaries
Source-Version: 1:5.0.2-1

We believe that the bug you reported is fixed in the latest version of
libreoffice-dictionaries, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 799...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo  (supplier of updated 
libreoffice-dictionaries package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Sep 2015 14:04:58 +
Source: libreoffice-dictionaries
Binary: myspell-af myspell-en-gb myspell-en-za myspell-it myspell-sw myspell-th 
myspell-sl hyphen-af hunspell-af mythes-ar hyphen-bg hunspell-bg mythes-bg 
hunspell-bn hunspell-bs hyphen-ca mythes-ca hyphen-cs hunspell-cs hyphen-da 
hunspell-da mythes-da hunspell-de-at-frami hunspell-de-ch-frami 
hunspell-de-de-frami hyphen-de hyphen-el hunspell-el hunspell-en-au 
hunspell-en-ca hunspell-en-za mythes-en-us hyphen-en-gb hunspell-en-gb 
hyphen-es hunspell-es mythes-es hyphen-et hyphen-fr mythes-fr hunspell-gd 
hyphen-gl hunspell-gl mythes-gl hunspell-gu hunspell-he hunspell-hi hunspell-hr 
hyphen-hu hunspell-hu mythes-hu hunspell-is mythes-is hyphen-it hunspell-it 
hunspell-kmr hunspell-lo hyphen-lt hunspell-lt mythes-lv hunspell-ne mythes-ne 
hyphen-nl hunspell-nl hyphen-no hunspell-no mythes-no hunspell-oc hunspell-pl 
hyphen-pt-br hunspell-pt-br hyphen-pt-pt hunspell-pt-pt mythes-pt-pt hyphen-ro 
hunspell-ro mythes-ro mythes-ru hunspell-si hyphen-sk hunspell-sk mythes-sk 
hyphen-sl
 hunspell-sl mythes-sl hyphen-sr hunspell-sr hyphen-sv hunspell-sv hunspell-sw 
hunspell-te hunspell-th hyphen-uk hunspell-uk mythes-uk hunspell-vi
 hyphen-zu
Architecture: source
Version: 1:5.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers 
Changed-By: Mattia Rizzolo 
Description:
 hunspell-af - Afrikaans dictionary for hunspell
 hunspell-bg - Bulgarian dictionary for hunspell
 hunspell-bn - Bengali dictionary for hunspell
 hunspell-bs - Bosnian dictionary for hunspell
 hunspell-cs - Czech dictionary for hunspell
 hunspell-da - Danish dictionary for hunspell
 hunspell-de-at-frami - German (Austria) dictionary for hunspell ("frami" 
version)
 hunspell-de-ch-frami - German (Switzerland) dictionary for hunspell ("frami" 
version)
 hunspell-de-de-frami - German dictionary for hunspell ("frami" version)
 hunspell-el - Modern Greek dictionary for hunspell
 hunspell-en-au - English (Australia) dictionary for hunspell
 hunspell-en-ca - English (Canada) dictionary for hunspell
 hunspell-en-gb - English (GB) dictionary for hunspell
 hunspell-en-za - English (South Africa) dictionary for hunspell
 hunspell-es - Spanish dictionary for hunspell
 hunspell-gd - Scottish Gaelic dictionary for hunspell
 hunspell-gl - Galician dictionary for hunspell
 hunspell-gu - Gujarati dictionary for hu

Processing of propellor_2.8.0-0_source.changes

2015-09-23 Thread Debian FTP Masters
propellor_2.8.0-0_source.changes uploaded successfully to localhost
along with the files:
  propellor_2.8.0-0.dsc
  propellor_2.8.0-0.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



propellor_2.8.0-0_source.changes REJECTED

2015-09-23 Thread Debian FTP Masters


propellor_2.8.0-0.dsc: Refers to non-existing file 'propellor_2.8.0.orig.tar.gz'
Perhaps you need to include the file in your upload?

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



Processing of propellor_2.8.0-0_source.changes

2015-09-23 Thread Debian FTP Masters
propellor_2.8.0-0_source.changes uploaded successfully to localhost
along with the files:
  propellor_2.8.0-0.dsc
  propellor_2.8.0.orig.tar.gz
  propellor_2.8.0-0.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



propellor_2.8.0-0_source.changes ACCEPTED into unstable

2015-09-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Sep 2015 22:12:02 +0200
Source: propellor
Binary: propellor
Architecture: source
Version: 2.8.0-0
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Santiago Vila 
Description:
 propellor  - property-based host configuration management in haskell
Changes:
 propellor (2.8.0-0) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
   * Put "Debian QA Group" back in the Maintainer field.
Checksums-Sha1:
 3cf27b5028587f3b49e11af378d491f6c8ab6940 1652 propellor_2.8.0-0.dsc
 89734e929932aab85d8e97d183988895d36a5d19 236097 propellor_2.8.0.orig.tar.gz
 6588a7741f7a0cc08bd3f9f523dca138e4887d80 456 propellor_2.8.0-0.diff.gz
Checksums-Sha256:
 f047d04cf248680c7035dfa5c7acd1273a95e7a6cc973288e9e449f86a3c6e67 1652 
propellor_2.8.0-0.dsc
 1342752319b0040cb2a049471e8fb9f95ab3435683b5a6e20f8772408c5cbe9a 236097 
propellor_2.8.0.orig.tar.gz
 8df4f197d1c817795b0e3c0c80acc4323818a8dca4c6eb79ccf133dfe7b5dbe3 456 
propellor_2.8.0-0.diff.gz
Files:
 abb29fe5b1fa41f5af31ee5fc2a64ed3 1652 admin optional propellor_2.8.0-0.dsc
 534fdc83e243f323d3ab7ce6483121e2 236097 admin optional 
propellor_2.8.0.orig.tar.gz
 6f749dcb2d427714e987b88baeab3e95 456 admin optional propellor_2.8.0-0.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJWAxh3AAoJEEHOfwufG4syqe0H/j01inRSfpZG7byg33Gq5s4x
qcBORvJEoR3VXqjMqsqzb5zUGgaoW+P6k26jfxaIDLdRwoHCw6hRkLc0ejwgYciS
XveGqZp2a8YTwPIuA323ZeSWvYXpgAmN64aUW8m0y04Q0mhGpdqLTqFkh8DAkfSC
naVGROMpK86k2KhkwhDdONIaHaqmw+ElM8hZKIw7qpYI6nKat1SrxuEe/JdPvbNd
i5erSbdzRGrlCvxc+IFFrmD9f6vrLDPx67CYrnwJE/KdS8S+25gIB7npbR6lRxML
CVbyNvlx/FXJHTZpCeOS8/S9LK7WdN9/5ZlUBaUGKQUe4pWf9ejrosaWAIzve1w=
=343D
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of drdsl_1.2.0-3_amd64.changes

2015-09-23 Thread Debian FTP Masters
drdsl_1.2.0-3_amd64.changes uploaded successfully to localhost
along with the files:
  drdsl_1.2.0-3.dsc
  drdsl_1.2.0-3.diff.gz
  drdsl_1.2.0-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)



drdsl_1.2.0-3_amd64.changes ACCEPTED into unstable

2015-09-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Sep 2015 02:23:49 +0200
Source: drdsl
Binary: drdsl
Architecture: source amd64
Version: 1.2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Matthias Klose 
Description:
 drdsl  - DSL Assistant for AVM DSL/ISDN-Controllers
Changes:
 drdsl (1.2.0-3) unstable; urgency=medium
 .
   * QA upload.
   * Orphan the package. See #799906.
Checksums-Sha1:
 2854bbb43cb8a4b43be418f52e802084697b202e 1618 drdsl_1.2.0-3.dsc
 7cad71dcf3a72e9dde368e8886b9a189a6108882 2670 drdsl_1.2.0-3.diff.gz
 2e4f2a8fd9f0b2845e1b4fd20bb10607e8cb3ec0 25806 drdsl_1.2.0-3_amd64.deb
Checksums-Sha256:
 7d3410097e60cb8496fb35ad3c572bfd9f3544da3dfb5e411cd449247ffc21da 1618 
drdsl_1.2.0-3.dsc
 5ddcf9204b280cdf641f8bf1e37211e82a324fb1f562c5a266fd1080d6f462f6 2670 
drdsl_1.2.0-3.diff.gz
 eeadc3a7ff873551310755a8222761af6f0c739dc206635de364018fffba3b7a 25806 
drdsl_1.2.0-3_amd64.deb
Files:
 328d74d8502007682341456b0afb34eb 1618 non-free/comm extra drdsl_1.2.0-3.dsc
 d7a07fead2c9db6b13705923e56629ef 2670 non-free/comm extra drdsl_1.2.0-3.diff.gz
 aef2043ea6f0b879195dc91c136a47bc 25806 non-free/comm extra 
drdsl_1.2.0-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWA0RHAAoJEL1+qmB3j6b1Hl8P/RugQJzKN7QWaf6cwHH7iziY
KzqQGKLGTay0mqX+X2GgHemEbLy1ONMSJwAroL8WIah71H21FEgwPcgDg+tT0N1e
oYGHeL8t4vkrYRGc9AIGTmCWoSpNGCG8miyDcOCbdS1fAms7Sr1bbIArYZAbZXVV
+esr43FjuUpNSYsV3qzVBJcUHX8fQCRedCxBgj6mxDBNhSbSpZrodwpLpqnM9vfI
qNYFcNYv67ut7QRBSaycpfOPSHN2NHmJArjN7aUa5gOL3s7B5VE2dtECT6KnBgXw
sITY5hoV5TsDWCleEOniBd5CjacYcozEaBd9uUijnMxplYZJYi2Mn/yo6ldHk10r
G5GyHBW+La+BXiFzVG1Sd9Ee5eBNx9+DDLmzY+lhNAMTAvAPDGs8A9thsk//cTRl
INOn5PxPcCo26pfOhWCHR0VPMpvZyGqJ6TmcwDzITOAZYScw3hsmc1ZLXQmKlNfI
Z0ENDJPVmUHReEDNIkWWpquKuXxjPEoeB5q09YHb+Dy6XOCNt/O82THlMW52GUjX
Lzhh2NebLGTgu5JV22J0aYmwc9EAH8iQ5Wm9t9dT2LZPIYH+RkcC2LWyqGgyeONH
Hi+i0T0iwXkrxuFHs2x/ued5D1Gi/zutltsbDmr6yn1+oGopqJRAowH5lK854vFW
Tp5y5sbe8u7emTdCVrlM
=1Os7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.