+sm (0.4-1) unstable; urgency=low
+
+ * New upstream version (automakized)
+ * Switched to cdbs
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 14 Jun 2007 18:07:53 +0100
+
+sm (0.3-1) unstable; urgency=low
+
+ * Get rid of a warning (thx to Jérémy Bobbio <lunar@debian.org>)
+ * Automake the whole thing
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 14 Jun 2007 16:51:22 +0100
+
sm (0.2-1) unstable; urgency=low
* Version ready for release
Section: games
Priority: optional
Maintainer: Joachim Breitner <nomeata@debian.org>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, libpango1.0-dev, libgtk2.0-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, pkg-config, libpango1.0-dev, libgtk2.0-dev
Standards-Version: 3.7.2
XS-VCS-Darcs: http://darcs.nomeata.de/sm
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for sm
-# (c) 2007 by Joachim Breitner
-# Based upon sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-
-build-stamp:
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- -$(MAKE) clean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- dh_install
- dh_strip
- dh_shlibdeps
-
-# Build architecture-dependent files here.
-binary-dep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installmenu
- dh_installman
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+++ /dev/null
-sm /usr/bin