[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#389839: marked as done (diff for 3.1-14.1 NMU)



Your message dated Tue, 02 Jan 2007 19:32:02 +0000
with message-id <E1H1pMg-0007tu-KD@ries.debian.org>
and subject line Bug#356654: fixed in apt-spy 3.1-15
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: apt-spy
Version: 3.1-14
Severity: normal
Tags: patch

Hi,

Attached is the diff for my apt-spy 3.1-14.1 NMU.
-- 
adn
Mohammed Adnène Trojette
diff -u apt-spy-3.1/main.c apt-spy-3.1/main.c
--- apt-spy-3.1/main.c
+++ apt-spy-3.1/main.c
@@ -31,7 +31,7 @@
 char d_mirror[] = "/var/lib/apt-spy/mirrors.txt";
 
 /* Default file to grab when benchmarking */
-char d_file[] = "ls-lR";
+char d_file[] = "ls-lR.gz";
 
 /* Default update URL */
 char d_update_url[] = "http://http.us.debian.org/debian/README.mirrors.txt";;
diff -u apt-spy-3.1/debian/changelog apt-spy-3.1/debian/changelog
--- apt-spy-3.1/debian/changelog
+++ apt-spy-3.1/debian/changelog
@@ -1,3 +1,14 @@
+apt-spy (3.1-14.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Mirrors now use ls-LR.gz. Modify main.c accordingly. (Closes: #356654)
+  * Bump Standards-Version to 3.7.2 and et debhelper compatibility to 5:
+     + remove debian/conffiles.
+     + add binary-indep target to rules.
+     + add debian/compat.
+
+ -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Thu, 28 Sep 2006 03:44:36 +0200
+
 apt-spy (3.1-14) unstable; urgency=low
 
   [ ssta ]
diff -u apt-spy-3.1/debian/control apt-spy-3.1/debian/control
--- apt-spy-3.1/debian/control
+++ apt-spy-3.1/debian/control
@@ -2,8 +2,8 @@
 Section: admin
 Priority: optional
 Maintainer: Stephen Stafford <bagpuss@debian.org>
-Build-Depends: debhelper (>> 2.0.0), libcurl3-openssl-dev
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0), libcurl3-openssl-dev
+Standards-Version: 3.7.2
 
 Package: apt-spy
 Architecture: any
diff -u apt-spy-3.1/debian/rules apt-spy-3.1/debian/rules
--- apt-spy-3.1/debian/rules
+++ apt-spy-3.1/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 export DH_VERBOSE=1
 
-export DH_COMPAT=2
-
 update:
 	rm -f README.mirrors.txt
 	wget ftp://ftp.debian.org/debian/README.mirrors.txt
@@ -39,6 +37,8 @@
 	cp README.mirrors.txt $(CURDIR)/debian/apt-spy/var/lib/apt-spy/mirrors.txt
 	cp debian/apt-spy.lintian $(CURDIR)/debian/apt-spy/usr/share/lintian/overrides/apt-spy
 
+binary-indep:
+
 binary-arch: build install
 	dh_testdir
 	dh_testroot
@@ -58,2 +58,2 @@
-binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary-indep binary install configure
reverted:
--- apt-spy-3.1/debian/conffiles
+++ apt-spy-3.1.orig/debian/conffiles
@@ -1 +0,0 @@
-/etc/apt-spy.conf
only in patch2:
unchanged:
--- apt-spy-3.1.orig/debian/compat
+++ apt-spy-3.1/debian/compat
@@ -0,0 +1 @@
+5

--- End Message ---
--- Begin Message ---
Source: apt-spy
Source-Version: 3.1-15

We believe that the bug you reported is fixed in the latest version of
apt-spy, which is due to be installed in the Debian FTP archive:

apt-spy_3.1-15.diff.gz
  to pool/main/a/apt-spy/apt-spy_3.1-15.diff.gz
apt-spy_3.1-15.dsc
  to pool/main/a/apt-spy/apt-spy_3.1-15.dsc
apt-spy_3.1-15_i386.deb
  to pool/main/a/apt-spy/apt-spy_3.1-15_i386.deb



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 356654@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mohammed Adnène Trojette <adn+deb@diwi.org> (supplier of updated apt-spy 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  2 Jan 2007 19:21:19 +0100
Source: apt-spy
Binary: apt-spy
Architecture: source i386
Version: 3.1-15
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Mohammed Adnène Trojette <adn+deb@diwi.org>
Description: 
 apt-spy    - writes a sources.list file based on bandwidth tests
Closes: 356654
Changes: 
 apt-spy (3.1-15) unstable; urgency=low
 .
   * QA upload.
   * Orphaning package: thanks Stephen Stafford for your work.
      - change debian/control accordingly.
      - ACK previous NMU.
   * Fix typo in apt-spy.8 manual page: (Closes: #401985)
      - new 01_typo_fix_apt-spy8.diff patch.
      - Build-Depend on quilt and include quilt's makefile in rules.
   * Use dh_installman and dh_install instead of copying.
   * Get rid of lintian override.
   * Change cosmetics in rules' update target.
   * Update mirrors.txt file as 02_mirrors-txt_update.diff.
   * Add a TODO.Debian file.
 .
 apt-spy (3.1-14.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Mirrors now use ls-LR.gz. Modify main.c accordingly. (Closes: #356654)
   * Bump Standards-Version to 3.7.2 and et debhelper compatibility to 5:
      + remove debian/conffiles.
      + add binary-indep target to rules.
      + add debian/compat.
Files: 
 aaa15145abeff9ffe0158744927cfa82 601 admin optional apt-spy_3.1-15.dsc
 d43c55f030c9f7e2d86b212f483b7573 31585 admin optional apt-spy_3.1-15.diff.gz
 e29fe2ebfbcaa3c322ba328f5905f687 28544 admin optional apt-spy_3.1-15_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFmrKROU3FkQ7XBOoRAnkWAKCwds7kyvnQTbBIdP6x6Tib+bF9mwCg9Hbl
Bi/5vkd2n0jUXi7dIWs4Hw8=
=WWxX
-----END PGP SIGNATURE-----






--- End Message ---

Reply to: