Commit Graph

5 Commits

Author SHA1 Message Date
Bas Couwenberg
c37bb0475f Fix date format in Debian package changelog files.
Format is the same as `date -R` as documented in the Debian Policy:
"
 The date has the following format [8] (compatible and with the same
 semantics of RFC 2822 and RFC 5322):

  day-of-week, dd month yyyy hh:mm:ss +zzzz

 where:

  *  day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
  *  dd is a one- or two-digit day of the month (01-31)
  *  month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  *  yyyy is the four-digit year (e.g. 2010)
  *  hh is the two-digit hour (00-23)
  *  mm is the two-digit minutes (00-59)
  *  ss is the two-digit seconds (00-60)
  *  +zzzz or -zzzz is the time zone offset from Coordinated Universal Time (UTC).
     “+” indicates that the time is ahead of (i.e., east of) UTC and “-” indicates
     that the time is behind (i.e., west of) UTC. The first two digits indicate
     the hour difference from UTC and the last two digits indicate the number of
     additional minutes difference from UTC. The last two digits must be in the
 [...]
 [8] This is the same as the format generated by `date -R`.
"
https://www.debian.org/doc/debian-policy/#debian-changelog-debian-changelog
2018-04-23 11:29:14 +02:00
DanB
782e134ecf Fix version for debian squeeze packaging 2015-12-04 12:25:48 +01:00
DanB
4ecce29965 Debian/jessie and older go back to package folder since we use symlinks to create debian via makefile 2015-09-29 19:19:17 +02:00
Nick Altmann
56fbbed8a4 Move debian packages to its own folder 2015-09-28 20:52:18 +03:00
Eloy Coto
9448c40407 Add jessie systemd supoort
Added `make squeeze` for old debian distributions
2015-09-25 07:56:01 +00:00