diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3e7da8d..68944bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sysprof (1.1.6-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * [60298da] New upstream release + * [5b9b9e4] Update the packaging to match sources + + -- Pauli Nieminen <suokkos@gmail.com> Thu, 02 Jun 2011 17:39:34 +0300 + sysprof (1.0.12-5) unstable; urgency=low * [04a0737] use arch type from DEB_HOST_MULTIARCH diff --git a/debian/control b/debian/control index e1897d5..a385d03 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Ritesh Raj Sarraf <rrs@debian.org> Build-Depends: debhelper (>= 7.0.50~), binutils-dev (>= 2.17), bzip2, libgtk2.0-dev (>= 2.6.0), libglade2-dev -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://www.daimi.au.dk/~sandmann/sysprof/ Vcs-Git: git://git.debian.org/collab-maint/sysprof.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sysprof.git diff --git a/debian/rules b/debian/rules index 67051a2..6d50de9 100755 --- a/debian/rules +++ b/debian/rules @@ -30,4 +30,3 @@ endif %: dh $@ - |