Author: pdewacht-guest
Date: 2013-05-20 20:13:03 +0000 (Mon, 20 May 2013)
New Revision: 14110

Added:
   packages/trunk/projectl/debian/projectl.manpages
Modified:
   packages/trunk/projectl/debian/changelog
   packages/trunk/projectl/debian/compat
   packages/trunk/projectl/debian/control
   packages/trunk/projectl/debian/copyright
   packages/trunk/projectl/debian/rules
   packages/trunk/projectl/debian/watch
Log:
projectl: packaging cleanup


Modified: packages/trunk/projectl/debian/changelog
===================================================================
--- packages/trunk/projectl/debian/changelog    2013-05-20 20:02:20 UTC (rev 
14109)
+++ packages/trunk/projectl/debian/changelog    2013-05-20 20:13:03 UTC (rev 
14110)
@@ -2,6 +2,9 @@
 
   * Ported to D language version 2. Restarted from scratch, dropping the
     dubious old 'fixes.patch' (closes: #707269, #680279)
+  * Updated upstream homepage
+  * Switch dh-style minimal rules file
+  * Conforms to standards 3.9.4
 
  -- Peter De Wachter <[email protected]>  Mon, 20 May 2013 21:58:05 +0200
 

Modified: packages/trunk/projectl/debian/compat
===================================================================
--- packages/trunk/projectl/debian/compat       2013-05-20 20:02:20 UTC (rev 
14109)
+++ packages/trunk/projectl/debian/compat       2013-05-20 20:13:03 UTC (rev 
14110)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/projectl/debian/control
===================================================================
--- packages/trunk/projectl/debian/control      2013-05-20 20:02:20 UTC (rev 
14109)
+++ packages/trunk/projectl/debian/control      2013-05-20 20:13:03 UTC (rev 
14110)
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter 
<[email protected]>
-Build-Depends: debhelper (>= 5), gdc,
+Build-Depends: debhelper (>= 9), gdc,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
  libsdl1.2-dev, libsdl-mixer1.2-dev
-Standards-Version: 3.9.2
-Homepage: http://hizuoka.web.fc2.com/game/projectL/index_en.html
+Standards-Version: 3.9.4
+Homepage: http://hiz.fool.jp/hp/game/projectL/index_en.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/projectl/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/projectl/?op=log
 DM-Upload-Allowed: yes

Modified: packages/trunk/projectl/debian/copyright
===================================================================
--- packages/trunk/projectl/debian/copyright    2013-05-20 20:02:20 UTC (rev 
14109)
+++ packages/trunk/projectl/debian/copyright    2013-05-20 20:13:03 UTC (rev 
14110)
@@ -76,8 +76,8 @@
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+On Debian systems, the complete text of the GNU Lesser General Public
+License version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
 
 
 import/smpeg.d:
@@ -97,8 +97,8 @@
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+On Debian systems, the complete text of the GNU General Public
+License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
 
 
 src/util/rand.d:
@@ -131,5 +131,5 @@
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
-The Debian packaging is (C) 2007, Miriam Ruiz <[email protected]> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2007, Miriam Ruiz <[email protected]>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Added: packages/trunk/projectl/debian/projectl.manpages
===================================================================
--- packages/trunk/projectl/debian/projectl.manpages                            
(rev 0)
+++ packages/trunk/projectl/debian/projectl.manpages    2013-05-20 20:13:03 UTC 
(rev 14110)
@@ -0,0 +1 @@
+debian/projectl.6

Modified: packages/trunk/projectl/debian/rules
===================================================================
--- packages/trunk/projectl/debian/rules        2013-05-20 20:02:20 UTC (rev 
14109)
+++ packages/trunk/projectl/debian/rules        2013-05-20 20:13:03 UTC (rev 
14110)
@@ -1,71 +1,20 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
-       DFLAGS = -g -debug -d
+       DFLAGS = -fdebug
 else
-       CFLAGS += -O2
-       DFLAGS = -O -g -release -d
+       DFLAGS = -frelease
 endif
 
-patch: patch-stamp
-patch-stamp:
-       dh_testdir
-       touch $@
 
-build: build-arch build-indep
-build-arch: build-stamp
-build-indep: build-stamp
+%:
+       dh $@
 
+override_dh_auto_build:
+       dh_auto_build -- DFLAGS="$(DFLAGS)"
 
-build-stamp: patch-stamp 
-       dh_testdir
-       $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)"
-       touch $@
 
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp patch-stamp
-       #[ ! -f Makefile ] || $(MAKE) clean
-       rm -f projectl
-       rm -f `find . -name "*.o"`
-       dh_clean 
 
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k 
-       dh_installdirs
-
-# Build architecture-independent files here.
-binary-indep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs 
-       dh_installdocs
-       dh_installexamples
-       dh_install
-       dh_installmenu
-       dh_installman debian/*.6
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
 get-orig-source:
        dh_testdir
        dh_testroot
@@ -81,6 +30,3 @@
        rm projectL_1001/se/*
        tar cvfz ../projectl_1.001.dfsg1.orig.tar.gz projectL_1001
        rm -rf projectL_1001.zip projectL_1001
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch 
get-orig-source

Modified: packages/trunk/projectl/debian/watch
===================================================================
--- packages/trunk/projectl/debian/watch        2013-05-20 20:02:20 UTC (rev 
14109)
+++ packages/trunk/projectl/debian/watch        2013-05-20 20:13:03 UTC (rev 
14110)
@@ -1,4 +1,4 @@
 version=3
 
 opts="uversionmangle=s/(\d)(?!$)/$1\./,dversionmangle=s/\.dfsg(.?\d+)?$//" \
-http://hizuoka.web.fc2.com/game/projectL/index_en.html \./projectL_(\d+)\.zip
+http://hiz.fool.jp/hp/game/projectL/index_en.html \./projectL_(\d+)\.zip


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

Reply via email to