Change logs for adjtimex source package in Sid

  • adjtimex (1.29-11.1) unstable; urgency=medium
    
      * Non-maintainer upload.
    
      [ Debian Janitor ]
      * Remove constraints unnecessary since buster:
        + Build-Depends: Drop versioned constraint on debhelper.
      * Bump debhelper dependency to >= 10, since that's what is used in
        debian/compat.
    
      [ Chris Hofstaedtler ]
      * Remove dependency on obsolete lsb-base
      * Install files into /usr (DEP17 M2). (Closes: #1057016)
        Update paths.
    
     -- Chris Hofstaedtler <email address hidden>  Fri, 26 Jan 2024 21:35:30 +0100
  • adjtimex (1.29-11) unstable; urgency=medium
    
      * debian/patches:
        - Add patch to fix ntpdate command (Closes: #944867).
      * debian/control:
        - Use my debian email.
        - Move Vcs-* to salsa.
        - Add Rules-Requires-Root: no
    
     -- Roger Shimizu <email address hidden>  Wed, 28 Apr 2021 00:11:49 +0900
  • adjtimex (1.29-10) unstable; urgency=medium
    
      * debian/patches:
          - Add 08 patch to fix FTCBFS in rebootstrap (Closes: #882577).
          - Add 09 patch to fix the adjtimex.8 manual (Closes: #902300).
          - Add 10 patch to fix STA_NANO issue in manpage adjtimex(8), and
            what displays on command "adjtime -p". (Closes: #858668)
      * debian/changelog:
          - Remove trailing spaces in previous entries to make lintian happy.
      * debian/watch:
          - Use secure https URL when possible.
    
     -- Roger Shimizu <email address hidden>  Wed, 25 Jul 2018 18:29:50 +0800
  • adjtimex (1.29-9) unstable; urgency=medium
    
      * debian/patches:
          - Add 07 patch to update manpage adjtimex.8:
            . Add a few new timex status from kernel parameter.
              Thanks to Chris Hiestand <email address hidden>. (Closes: #759399)
            . Update the example to explain --frequency calculation.
              Thanks to Marco Marongiu <email address hidden>.
              (Closes: #743444)
      * debian/contrib:
          - Add a contrib script to calculate frequency from NTP drift file.
            Thanks to <email address hidden>. (Closes: #397182)
    
     -- Roger Shimizu <email address hidden>  Sat, 29 Oct 2016 20:56:42 +0900
  • adjtimex (1.29-8) unstable; urgency=medium
    
      * debian/patches:
          - Improve precision. Thanks Christopher Alexander Tobias Schulze.
            (Closes: #633082).
          - Update patches to make compatible with "gbp pq" command.
      * Upgrade to support debhelper 10
      * debian/copyright:
          - Update URL to make use of https instead of http, when possible
      * debian/control:
          - Add lsb-base as dependency to package shadowsocks-libev, since
            the init script sources /lib/lsb/init-functions utility functions
          - Bump policy version to 3.9.8 (no actual change required)
      * debian/adjtimex.service:
          - Add documentation line. Thanks to lintian.
      * debian/rules:
          - Add a few comments
          - Remove hardening setting already enabled by default since compat=9
    
     -- Roger Shimizu <email address hidden>  Sun, 23 Oct 2016 11:31:38 +0900
  • adjtimex (1.29-7) unstable; urgency=medium
    
      * remove the wrong debian/dirs line in changelog of previous version 1.29-6
      * debian/patches:
          - Replace patch 03 with the one by Bjarni I. Gislason, which also
            minimizes the time of lock over "/dev/rtc" (Closes: #724929).
          - Fix potential uninitialized memory accessing
            (thanks peppe <email address hidden>, Closes: #688933).
          - Avoid a few gcc warnings
      * debian/copyright: Add copyright for newly added patch
      * debian/adjtimexconfig:
          - Move tmp file during executing from /etc to /tmp.
          - Code clean up.
      * debian/templates + debian/config + debian/po + debian/NEWS:
          - Remove the debconf whether to start adjtimex on startup, which now
            depends on the existence of /etc/default/adjtimex file. By default,
            there's no /etc/default/adjtimex, which is generated by running:
            adjtimexconfig.
          - adjtimexconfig is still a choice in defconf, but change to false by
            default because it takes 70 seconds to excute on install/upgrade.
      * debian/postinst:
          - Refrain from running adjtimexconfig on configure, which is triggered by
            each install/upgrade
          - Refrain from starting adjtimex service on configure (Closes: #785208).
          - Code clean up.
      * debian/postrm:
          - Code clean up.
      * debian/adjtimex.init + debian/adjtimex.service: Start adjtimex service
          on startup only if config file /etc/default/adjtimex is ready.
      * debian/adjtimexconfig.8: Update man page
    
     -- Roger Shimizu <email address hidden>  Thu, 17 Dec 2015 01:38:08 +0900
  • adjtimex (1.29-6) unstable; urgency=medium
    
      * New maintainer (Closes: #636404).
      * debian/adjtimex.service: add systemd service (Closes: #796588).
      * debian/dirs: add new path for systemd service
      * debian/control: limit "Architecture" to linux-any
      * debian/patches/:
        - change the patching order to follow 01->02->03
        - 03-remove-a-few-unused-variable-to-avoid-gcc-warnings.patch:
          remove a few unused variables to avoid gcc warnings.
      * debian/watch: update to use real upstream's URL
      * remove unnecessary debian/dirs file
    
     -- Roger Shimizu <email address hidden>  Thu, 03 Dec 2015 01:04:06 +0900
  • adjtimex (1.29-5) unstable; urgency=medium
    
      * QA upload.
      * Upload to unstable.
      * debian/copyright:
          - Dropping dot-zero from GPL license short name.
          - Updated the packaging copyright years.
    
     -- Joao Eriberto Mota Filho <email address hidden>  Tue, 05 May 2015 16:40:45 -0300
  • adjtimex (1.29-3) unstable; urgency=low
    
    
      * QA upload.
      * Maintainer field set to QA Group.
      * Switch to dpkg-source 3.0 (quilt) format.
      * debian/postinst:
        - Fix extended regexp to avoid removing /etc/default/adjtimex on
          upgrades. Closes: #688368.
        - Fix character class syntax in extended regexp. Closes: #630812.
        - Check if conffile exists before reading it. 
      * patches/01-makefile.in-ldflags.diff: add LDFLAGS to Makefile.in.
      * Set debhelper compatibility level to 9.
      * Rewrite debian/rules using dh(1) with autoreconf.
      * Source /lib/lsb/init-functions in init.d script.
      * Bump Standards-Version to 3.9.5.
    
     -- Emanuele Rocca <email address hidden>  Fri, 28 Mar 2014 15:59:46 +0100
  • adjtimex (1.29-2.2) unstable; urgency=low
      * Non-maintainer upload.  * Make the package multiarch-ready: add build-arch and build-indep    build targets  * Fix pending l10n issues. Debconf translations:    - Vietnamese (Clytie Siddall).  Closes: #601529    - Brazilian Portuguese (Flamarion Jorge).  Closes: #610409    - Dutch (Michiel Sikkes).  Closes: #625744 -- Christian Perrier <email address hidden>  Mon, 04 Jul 2011 07:06:43 +0200
  • adjtimex (1.29-2.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Fix pending l10n issues. Debconf translations:
        - Czech (Martin Sin).  Closes: #589289
        - Bokmål, Norwegian (Bjørn Steensrud).  Closes: #600279
    
     -- Christian Perrier <email address hidden>  Tue, 19 Oct 2010 07:14:50 +0200
  • adjtimex (1.29-2) unstable; urgency=low
    
    
      * debian/postinst: check conffile for corruption (Closes:Bug#571633,
        thanks to Savvas Radevic <email address hidden> for the idea, though I
        chose a different implementation.)
    
     -- James R. Van Zandt <email address hidden>  Tue, 25 May 2010 20:49:21 -0400
  • adjtimex (1.29-1) unstable; urgency=low
    
    
      * New upstream release: Document the --force-adjust
        option. --force-adjust suppresses warning printouts. Relax sanity
        check to +- 1 percent.
    
      * debian/adjtimexconfig: Use --force-adjust option, so adjustment is
        applied even if system clock is way off.  (Thanks to Santiago Vila
        <email address hidden> for helping to diagnose the problem.
        Closes:Bug#557949, #559882)
      
      * debian/adjtimex.init: fix LSB comment header: require $local_fs, start
        in S
    
     -- James R. Van Zandt <email address hidden>  Fri, 16 Apr 2010 20:08:49 -0400
  • adjtimex (1.28-4) unstable; urgency=low
    
    
      * Update debconf template translations:
        Swedish (Thanks to Martin Bagge <email address hidden>, Closes:Bug#572579) 
    
     -- James R. Van Zandt <email address hidden>  Wed, 17 Mar 2010 19:51:06 -0400
  • adjtimex (1.28-3) unstable; urgency=low
    
    
      * Update debconf template translations:
        Swedish (Thanks to Martin Bagge <email address hidden>, Closes:Bug#562932) 
        Russian (thanks to Yuri Kozlov <email address hidden>, Closes:Bug#563347)
        Finnish (thanks to Esko =?UTF-8?Q?Araj=C3=A4rvi?= <email address hidden>, 
        Closes:Bug#564508)
    
      * debian/control: bump standards version to 3.8.4 (no changes needed)
    
     -- James R. Van Zandt <email address hidden>  Mon, 08 Feb 2010 20:19:44 -0500
  • adjtimex (1.28-2) unstable; urgency=low
    
    
      * Move Swedish and Russian template translations to the correct directory
        (thanks to Martin Bagge <email address hidden> for pointing out the
        problem).
    
      * debian/control: bump standards version to 3.8.3 (no changes needed)
      
     -- James R. Van Zandt <email address hidden>  Fri, 05 Feb 2010 21:42:54 -0500
  • adjtimex (1.28-1) unstable; urgency=low
    
    
      * New upstream release: (compare): Correctly apply +-500 ppm sanity
        check (Thanks to Jacques luder <email address hidden>)
    
      * Update debconf template translations: 
        Swedish (thanks to: Martin Bagge <email address hidden>,
        Closes:Bug#533567)
        Russian (thanks to: Yuri Kozlov <email address hidden>,
        Closes:Bug#532068)
    
     -- James R. Van Zandt <email address hidden>  Sat, 07 Nov 2009 11:59:29 -0500
  • adjtimex (1.27.1-4) unstable; urgency=low
    
    
      * Update translations: 
        Japanese (thanks to: Hideki Yamane, henrich @ debian.or.jp.
        Closes:Bug#538242)
        Spanish (Thanks to Francisco Javier Cuadrado <email address hidden>,
        Closes:Bug#538425)
    
     -- James R. Van Zandt <email address hidden>  Sun, 26 Jul 2009 17:36:16 -0400
  • adjtimex (1.27.1-3) unstable; urgency=low
    
    
      * Update translations:
        Japanese (thanks to: Hideki Yamane, henrich @ debian.or.jp. 
        Closes:Bug#525233)
        Swedish (thanks to: Martin Bagge <email address hidden>.  Closes:Bug#525924)
        Spanish (thanks to: Francisco Javier Cuadrado <email address hidden>, 
        Closes:Bug#528621)
        Russian (thanks to: Yuri Kozlov <email address hidden>, Closes:Bug#529047)
        Czech (thanks to: Martin Sin <email address hidden>, Closes:Bug#529652)
    
     -- James R. Van Zandt <email address hidden>  Tue, 26 May 2009 20:47:42 -0400
  • adjtimex (1.27.1-1) unstable; urgency=low
    
    
      * New upstream release.  Provide workaround if linux/rtc.h
        is missing (Closes:#308864)
      
      * debian/rules: delete config temporaries, but not config.h.in
      * debian/control: bump version to 3.8.1 (no changes needed)
    
      * Update translations:
        Basque (Thanks to: <email address hidden> [207] Closes:Bug#523079)
        Czech (Thanks to: <email address hidden> [219] Closes:Bug#522193)
        Danish (Thanks to: <email address hidden> [209] Closes:Bug#524368)
        Galician (Thanks to: <email address hidden> [216] Closes:Bug#524397)
        German (Thanks to: <email address hidden> [226] Closes:Bug#524224)
        Italian (Thanks to: <email address hidden> [197] Closes:Bug#523419)
        Japanese (Thanks to: <email address hidden> [188] Closes:Bug#522188)
        Portuguese (Thanks to: <email address hidden> [170] Closes:Bug#524283)
        Russian (Thanks to: <email address hidden> [223] Closes:Bug#524069)
        Spanish (Thanks to: <email address hidden> [193] Closes:Bug#523915)
        Swedish (Thanks to: <email address hidden> [194] Closes:Bug#522979)
    
     -- James R. Van Zandt <email address hidden>  Sat, 18 Apr 2009 16:35:22 -0400
  • adjtimex (1.27-1) unstable; urgency=low
    
    
      * New upstream release.  If using update interrupt, sanity check the
        delay.  Sometimes the status includes an update complete flag, but it
        actually didn't wait.  Fall back to another method of reading RTC
        (closes:Bug#517732) Calculate RTC correction as PPM of RTC time
        (Thanks to Alain Guibert, closes:Bug#308863).
        
      * debian/control: add ${misc:Depends} per lintian warning.
      
     -- James R. Van Zandt <email address hidden>  Sun, 22 Mar 2009 21:54:51 -0400
  • adjtimex (1.26-2) unstable; urgency=low
    
    
      * debian/templates: Clarify wording: ask about running "when installed
        or upgraded" not just "at installation time" (thanks to Uwe Storbeck
        <email address hidden> and Michael Meskes <email address hidden>,
        Closes:Bug#514987)
      
      * debian/postinst: don't prepend path to command running adjtimexconfig
        to silence lintian complaint.  (The package management system already
        puts /usr/sbin in path, because that's where install-info is.)
    
     -- James R. Van Zandt <email address hidden>  Sat, 14 Feb 2009 11:46:24 -0500
  • adjtimex (1.26-1) unstable; urgency=low
    
    
      * New upstream release. Fix a possible hang with the Intersil ISL1208,
        one of those new non-PC-compatible RTCs. Cleanly exits with an error
        message, instead of either hang or returning garbage. (Thanks to Alain
        Guibert).
      
      * debian/control: bump Debian policy version to 3.8.0 (no changes needed)
      
      * debian/rules: use "filter" instead of "findstring" to parse
        DEB_BUILD_OPTIONS.
    
     -- James R. Van Zandt <email address hidden>  Sun, 17 Aug 2008 17:52:14 -0400