File: changelog

package info (click to toggle)
libsvn-notify-mirror-perl 0.03800-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 172 kB
  • ctags: 25
  • sloc: perl: 1,162; makefile: 38
file content (106 lines) | stat: -rw-r--r-- 4,155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
libsvn-notify-mirror-perl (0.03800-2) unstable; urgency=low

  * Work with changed output from subversion 1.7.
    Patch t/corelist.pm to work with changed output of svnnotify. Fix FTBFS
    "tests failed". (Closes: #678791)

 -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 03 Jul 2012 21:53:10 +0200

libsvn-notify-mirror-perl (0.03800-1) unstable; urgency=low

  * New upstream release.
  * Drop patch test_config_exit.patch, applied upstream; drop quilt
    framework.

 -- gregor herrmann <gregoa@debian.org>  Mon, 19 May 2008 20:37:46 +0200

libsvn-notify-mirror-perl (0.03700-2) unstable; urgency=low

  * debian/control:
    - add perl-modules (>= 5.10.0) as the first alternative to the build
      dependency on libmodule-build-perl (cf. #480727)
    - make build dependecy on quilt versioned
    - change my email address
  * Refresh debian/rules, no functional changes (except for the omission of
    the not so helpful README).

 -- gregor herrmann <gregoa@debian.org>  Tue, 13 May 2008 02:10:30 +0200

libsvn-notify-mirror-perl (0.03700-1) unstable; urgency=low

  [ Damyan Ivanov ]
  * debian/watch: add upstream version mangling to cope with 0.037 released
    after 0.03603

  [ gregor herrmann ]
  * Simplify version mangling to cope with older perl versions.
  * New upstream release.
  * debian/copyright: update years of copyright.
  * Bump versioned dependency on libsvn-notify-perl and add explicit
    dependency on libyaml-perl, as per upstream changes.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Mon, 17 Mar 2008 02:44:36 +0100

libsvn-notify-mirror-perl (0.03603-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * [debian/watch] Stop capturing file extension

  [ gregor herrmann ]
  * debian/control:
    - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza);
      Homepage field (source stanza)
    - remove XS-Vcs-Svn fields
    - move libmodule-build-perl to Build-Depends (used in clean target) and
      make it a versioned dependency
    - wrap Uploaders line
  * debian/rules:
    - delete /usr/lib/perl5 only if it exists
    - remove compiler variables, this package is architecture-independent
    - move tests to build-stamp target
    - let install-stamp target depend on build-stamp
    - use $(TMP) when removing empty directory
    - don't create .packlist file instead of deleting it later
    - use $@ for touching stamp-files
    - remove unneeded calls to dh_link and dh_strip
    - move dh_clean before make distclean
    - don't install Todo any more, it just contains "Nothing yet"
  * debian/watch: use dist-based URL.
  * Add patch test_config_exit.patch: don't exit with 1 if
    SVN::Notify::Config is not available, because the build aborts
    (closes: #467280). Add quilt framework.
  * Set urgency to medium because of the fix for the FTBFS bug.
  * Set Standards-Version to 3.7.3 (no changes needed).
  * Set debhelper compatibility level to 6.
  * debian/copyright: change to new format, add upstream source location,
    add copyright info for packaging.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 24 Feb 2008 16:22:15 +0100

libsvn-notify-mirror-perl (0.03603-1) unstable; urgency=medium

  * New upstream release.
    + Build.PL modification for optional rsync tests is now included upstream.
  * Make sure there's no prompting when running Build.PL from debian/rules.
  * Fake SENDMAIL=/dev/null when running the tests to keep SVN::Notify
    happy without mail-transport-agent. (Closes: #424679)
  * Update debian/copyright.

 -- Niko Tyni <ntyni@iki.fi>  Wed, 16 May 2007 21:25:05 +0300

libsvn-notify-mirror-perl (0.03602-2) unstable; urgency=low

  * Added build-depends-indep on libsvn-notify-perl (Closes: #423807)
  * Moved build-dependency on libmodule-build-perl from build-depends
    to build-depends-indep

 -- Gunnar Wolf <gwolf@debian.org>  Mon, 14 May 2007 09:46:17 -0500

libsvn-notify-mirror-perl (0.03602-1) unstable; urgency=low

  * Initial Release.
  * Modified Build.PL to ask if rsync tests should be run or not
  * Remove packlist in debian/rules

 -- Micah Anderson <micah@debian.org>  Fri,  6 Apr 2007 21:44:33 -0600