diff --git a/debian/changelog b/debian/changelog index 68078f9..603092e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ +node-nth-check (1.0.1-2) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + + -- Debian Janitor Wed, 08 Apr 2020 15:32:27 +0000 + node-nth-check (1.0.1-1) unstable; urgency=medium * Initial release -- Thorsten Alteholz Sat, 05 Mar 2016 12:14:44 +0100 - diff --git a/debian/control b/debian/control index f61ff2f..3ef4491 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ This module can be used to parse & compile nth-checks, as they are found in CSS 3's nth-child() and nth-last-of-type(). . - nth-check focusses on speed, providing optimized functions for different + nth-check focusses on speed, providing optimized functions for different kinds of nth-child formulas, while still following the spec. . Node.js is an event-based server-side JavaScript engine. diff --git a/debian/rules b/debian/rules index de57af0..ef7a64c 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,3 @@ #override_dh_auto_build: #override_dh_auto_test: - - -