diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2f84874..6bf3e01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +etc2300-modules (1.2) unstable; urgency=low + + * debian/rules + - Add dh_compress to rules to compress changelog file + + -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Mon, 28 Jul 2008 11:32:18 +0200 + etc2300-modules (1.1) unstable; urgency=low * Update sis5513.c and ide-timing.h to 2.6.24 sources diff --git a/debian/rules b/debian/rules index b94d4bc..7445863 100755 --- a/debian/rules +++ b/debian/rules @@ -129,6 +129,7 @@ binary-common: dh_installchangelogs dh_installdocs dh_installexamples + dh_compress dh_link dh_strip dh_fixperms |
