This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository clanlib.
commit eb7f211be28f6ada344c46936eedec7becacf5b2 Author: Barry deFreese <[email protected]> Date: Mon Oct 29 21:27:48 2007 +0000 * Add watch file * Add Homepage field in control * Make distclean not ignore errors --- debian/changelog | 5 +++++ debian/control | 1 + debian/rules | 2 +- debian/watch | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 68c9783..8a8d136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,11 @@ clanlib (0.8.0-1) unstable; urgency=low * debian/patches/100_rebootstrap.diff: + Rebootstrap package. + [ Barry deFreese ] + * Add watch file + * Add Homepage field in control + * Make distclean not ignore errors + -- Sam Hocevar (Debian packages) <[email protected]> Sat, 14 Apr 2007 03:39:13 +0200 clanlib (0.6.5-1-4) unstable; urgency=low diff --git a/debian/control b/debian/control index c760722..2c950b4 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Sam Hocevar (Debian packages) <[email protected]> Build-Depends: debhelper (>= 5.0), quilt, autoconf, automake1.9, bzip2, hermes1-dev, libesd0-dev, libfreetype6-dev, libglu1-xorg-dev | libgl-dev, libjpeg62-dev, liblualib40-dev, libtolua-dev, libmikmod2-dev, libpng12-dev, libvorbis-dev (>= 1.0.0-3), libxt-dev, libxxf86vm-dev, pkg-config, zlib1g-dev Build-Conflicts: libutahglx-dev Standards-Version: 3.7.2 +Homepage: http://www.clanlib.org/ XS-Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/clanlib XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/clanlib/ diff --git a/debian/rules b/debian/rules index 34716f3..cb8eba3 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ configure-stamp: clean: dh_testdir dh_testroot - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean rm -f build-stamp configure-stamp QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..d95fb2e --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.clanlib.org/download/releases-0.8/ClanLib-(\d+.\d+.\d+)\.tgz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/clanlib.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

