diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 2 | 
2 files changed, 7 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index f448d18..098528e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +leap-common (0.2.5) unstable; urgency=low + +  * Upgrade to 0.2.5 +  * Change to native package + + -- Micah Anderson <micah@debian.org>  Tue, 04 Jun 2013 16:16:29 -0400 +  leap-common (0.2.3-dev1) unstable; urgency=low    * Initial debianization diff --git a/debian/rules b/debian/rules index e7c975e..7bf6077 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,3 @@  %:  	dh $@ --with python2 --buildsystem=python_distutils -# FIXME: need to insert an extra build step to generate from the inputs the proto (and build dep on protobuf-c-compiler) - | 
