Author: gilbert-guest
Date: 2011-03-15 03:25:55 +0000 (Tue, 15 Mar 2011)
New Revision: 11938

Added:
   packages/trunk/amphetamine/debian/amphetamine.docs
   packages/trunk/amphetamine/debian/amphetamine.install
   packages/trunk/amphetamine/debian/amphetamine.manpages
   packages/trunk/amphetamine/debian/amphetamine.menu
   packages/trunk/amphetamine/debian/amphetamine.postinst
   packages/trunk/amphetamine/debian/source/
   packages/trunk/amphetamine/debian/source/format
Removed:
   packages/trunk/amphetamine/debian/menu
   packages/trunk/amphetamine/debian/postinst
   packages/trunk/amphetamine/debian/watch
Modified:
   packages/trunk/amphetamine/debian/changelog
   packages/trunk/amphetamine/debian/control
   packages/trunk/amphetamine/debian/copyright
   packages/trunk/amphetamine/debian/rules
Log:
adopt amphetamine and update to modern package formats

Added: packages/trunk/amphetamine/debian/amphetamine.docs
===================================================================
--- packages/trunk/amphetamine/debian/amphetamine.docs                          
(rev 0)
+++ packages/trunk/amphetamine/debian/amphetamine.docs  2011-03-15 03:25:55 UTC 
(rev 11938)
@@ -0,0 +1,2 @@
+README
+NEWS

Added: packages/trunk/amphetamine/debian/amphetamine.install
===================================================================
--- packages/trunk/amphetamine/debian/amphetamine.install                       
        (rev 0)
+++ packages/trunk/amphetamine/debian/amphetamine.install       2011-03-15 
03:25:55 UTC (rev 11938)
@@ -0,0 +1,3 @@
+debian/amphetamine.desktop /usr/share/applications
+amph.xpm /usr/share/pixmaps
+amph /usr/games

Added: packages/trunk/amphetamine/debian/amphetamine.manpages
===================================================================
--- packages/trunk/amphetamine/debian/amphetamine.manpages                      
        (rev 0)
+++ packages/trunk/amphetamine/debian/amphetamine.manpages      2011-03-15 
03:25:55 UTC (rev 11938)
@@ -0,0 +1 @@
+debian/amph.6

Copied: packages/trunk/amphetamine/debian/amphetamine.menu (from rev 11008, 
packages/trunk/amphetamine/debian/menu)
===================================================================
--- packages/trunk/amphetamine/debian/amphetamine.menu                          
(rev 0)
+++ packages/trunk/amphetamine/debian/amphetamine.menu  2011-03-15 03:25:55 UTC 
(rev 11938)
@@ -0,0 +1,2 @@
+?package(amphetamine):needs="x11" section="Games/Action" \
+       title="Amphetamine" command="/usr/games/amph"

Copied: packages/trunk/amphetamine/debian/amphetamine.postinst (from rev 11008, 
packages/trunk/amphetamine/debian/postinst)
===================================================================
--- packages/trunk/amphetamine/debian/amphetamine.postinst                      
        (rev 0)
+++ packages/trunk/amphetamine/debian/amphetamine.postinst      2011-03-15 
03:25:55 UTC (rev 11938)
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+set -e
+
+DOCDIR="/usr/share/doc/amphetamine"
+
+if [ -d "$DOCDIR" -a ! -L "$DOCDIR" ]; then
+  rmdir --ignore-fail-on-non-empty "$DOCDIR"
+  if [ ! -d "$DOCDIR" ]; then
+    ln -s amphetamine-data "$DOCDIR"
+  fi
+fi
+
+#DEBHELPER#
+

Modified: packages/trunk/amphetamine/debian/changelog
===================================================================
--- packages/trunk/amphetamine/debian/changelog 2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/changelog 2011-03-15 03:25:55 UTC (rev 
11938)
@@ -1,3 +1,14 @@
+amphetamine (0.8.10-15) UNRELEASED; urgency=low
+
+  * adopt the package (closes: #544910).
+  * set myself as an uploader.
+  * set dm-upload-allowed.
+  * bump standards version to 3.9.1.
+  * convert to source format 3.0 and simplified debian/rules.
+  * remove watch file since upstream no longer exists.
+
+ -- Michael Gilbert <[email protected]>  Mon, 14 Mar 2011 22:25:57 
-0400
+
 amphetamine (0.8.10-14) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/amphetamine/debian/control
===================================================================
--- packages/trunk/amphetamine/debian/control   2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/control   2011-03-15 03:25:55 UTC (rev 
11938)
@@ -1,17 +1,25 @@
 Source: amphetamine
 Section: games
 Priority: optional
-Build-Depends: debhelper (>= 5.0), quilt, libxpm-dev, libsdl1.2-dev (>= 
1.2.2-3.1), dpkg-dev (>= 1.9.0)
+Build-Depends:
+ debhelper (>= 8),
+ libxpm-dev,
+ libsdl1.2-dev (>= 1.2.2-3.1),
+ dpkg-dev (>= 1.9.0)
 Maintainer: Debian Games Team <[email protected]>
-Uploaders: Sam Hocevar <[email protected]>, Barry deFreese <[email protected]>
-Standards-Version: 3.7.3
+Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Barry deFreese 
<[email protected]>, Michael Gilbert <[email protected]>
+DM-Upload-Allowed: yes
+Standards-Version: 3.9.1
 Homepage: http://homepage.hispeed.ch/loehrer/amph/amph.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/amphetamine/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/amphetamine/?op=log
 
 Package: amphetamine
 Architecture: any
-Depends: amphetamine-data (>= 0.8.7-12), ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ amphetamine-data (>= 0.8.7-12),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: jump'n run game with unique visual effects
  Amphetamine is an exciting jump'n run game that offers some unique visual
  effects like colored lighting, fogging and coronas. You must fight eleven

Modified: packages/trunk/amphetamine/debian/copyright
===================================================================
--- packages/trunk/amphetamine/debian/copyright 2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/copyright 2011-03-15 03:25:55 UTC (rev 
11938)
@@ -48,4 +48,4 @@
 <[email protected]>, and is is GPL'd. 
 
 On Debian systems, the full text of the GPL can be found in
-/usr/share/common-licenses/GPL
+/usr/share/common-licenses/GPL-2.

Deleted: packages/trunk/amphetamine/debian/menu
===================================================================
--- packages/trunk/amphetamine/debian/menu      2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/menu      2011-03-15 03:25:55 UTC (rev 
11938)
@@ -1,2 +0,0 @@
-?package(amphetamine):needs="x11" section="Games/Action" \
-       title="Amphetamine" command="/usr/games/amph"

Deleted: packages/trunk/amphetamine/debian/postinst
===================================================================
--- packages/trunk/amphetamine/debian/postinst  2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/postinst  2011-03-15 03:25:55 UTC (rev 
11938)
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-set -e
-
-DOCDIR="/usr/share/doc/amphetamine"
-
-if [ -d "$DOCDIR" -a ! -L "$DOCDIR" ]; then
-  rmdir --ignore-fail-on-non-empty "$DOCDIR"
-  if [ ! -d "$DOCDIR" ]; then
-    ln -s amphetamine-data "$DOCDIR"
-  fi
-fi
-
-#DEBHELPER#
-

Modified: packages/trunk/amphetamine/debian/rules
===================================================================
--- packages/trunk/amphetamine/debian/rules     2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/rules     2011-03-15 03:25:55 UTC (rev 
11938)
@@ -1,61 +1,5 @@
 #!/usr/bin/make -f
+%:
+       dh ${@}
 
-build: build-stamp
-build-stamp:
-       dh_testdir
-       QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-       $(MAKE)
-       touch build-stamp
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp
-       [ ! -f Makefile ] || $(MAKE) clean
-       QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-       rm -rf .pc 
-       dh_clean
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k
-       dh_installdirs
-       $(MAKE) PREFIX=$(CURDIR)/debian/amphetamine/usr install
-
-       #Remove empty dir (in data package).
-       rm -rf $(CURDIR)/debian/amphetamine/usr/share/games
-
-       #Install the desktop file
-       install -d $(CURDIR)/debian/amphetamine/usr/share/applications
-       install -m 644 debian/amphetamine.desktop \
-               
$(CURDIR)/debian/amphetamine/usr/share/applications/amphetamine.desktop
-
-       #Install desktop icon
-       install -d $(CURDIR)/debian/amphetamine/usr/share/pixmaps
-       install -m 644 amph.xpm \
-               $(CURDIR)/debian/amphetamine/usr/share/pixmaps/amph.xpm
-
-
-binary-indep: build install
-
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installdocs README NEWS
-       dh_installexamples
-       dh_installmenu
-       dh_installman debian/*.6
-       dh_installchangelogs ChangeLog
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+override_dh_auto_install:

Added: packages/trunk/amphetamine/debian/source/format
===================================================================
--- packages/trunk/amphetamine/debian/source/format                             
(rev 0)
+++ packages/trunk/amphetamine/debian/source/format     2011-03-15 03:25:55 UTC 
(rev 11938)
@@ -0,0 +1 @@
+3.0 (quilt)

Deleted: packages/trunk/amphetamine/debian/watch
===================================================================
--- packages/trunk/amphetamine/debian/watch     2011-03-15 03:24:43 UTC (rev 
11937)
+++ packages/trunk/amphetamine/debian/watch     2011-03-15 03:25:55 UTC (rev 
11938)
@@ -1,3 +0,0 @@
-version=3
-
-http://homepage.hispeed.ch/loehrer/amph/amph.html 
files/amphetamine-([\d.]+)\.tar\.bz2


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to