~ubuntu-branches/debian/lenny/libio-multiplex-perl/lenny

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-03-01 22:40:06 UTC
  • mfrom: (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080301224006-cha741fde9x2igpr
Tags: 1.09-2
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Removed: XS-
  Vcs-Svn fields.
* debian/rules:
  - delete /usr/lib/perl5 only if it exists (closes: #467901)
  - use $(TMP) instead of $(PREFIX)
  - split DESTDIR and PREFIX in make install
  - move dh_clean before make distclean
  - create install-stamp target
  - remove build-{arch,indep} targets
* Set Standards-Version to 3.7.3 (no changes).
* Set debhelper compatibility level to 6.
* debian/watch: use dist-based URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libio-multiplex-perl (1.09-2) unstable; urgency=low
 
2
 
 
3
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 
4
    field (source stanza); Homepage field (source stanza). Removed: XS-
 
5
    Vcs-Svn fields.
 
6
  * debian/rules:
 
7
    - delete /usr/lib/perl5 only if it exists (closes: #467901)
 
8
    - use $(TMP) instead of $(PREFIX)
 
9
    - split DESTDIR and PREFIX in make install
 
10
    - move dh_clean before make distclean
 
11
    - create install-stamp target
 
12
    - remove build-{arch,indep} targets
 
13
  * Set Standards-Version to 3.7.3 (no changes).
 
14
  * Set debhelper compatibility level to 6.
 
15
  * debian/watch: use dist-based URL.
 
16
 
 
17
 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat, 01 Mar 2008 22:40:06 +0100
 
18
 
 
19
libio-multiplex-perl (1.09-1) unstable; urgency=low
 
20
 
 
21
  * New upstream release.
 
22
 
 
23
 -- gregor herrmann <gregor+debian@comodo.priv.at>  Fri, 13 Apr 2007 23:53:37 +0200
 
24
 
1
25
libio-multiplex-perl (1.08-3) unstable; urgency=low
2
26
 
3
27
  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.