[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kdegames/debian



CVS commit by schepler: 

Preliminary version of kdegames 3.2.92 packaging, not even
tested locally yet.


  A            patches/02_disable_no_undefined.diff   1.1
  M +3 -1      changelog   1.65
  M +1 -1      control   1.71
  M +6 -12     rules   1.56


--- kdegames/debian/changelog  #1.64:1.65
@@ -2,6 +2,8 @@
 
   * New upstream release.
+  * Remove debian/patches/03_lib_link.diff; replace with
+    debian/patches/02_disable_no_undefined.diff.
 
- -- Daniel Schepler <schepler@debian.org>  Sun,  1 Aug 2004 13:31:29 -0700
+ -- Daniel Schepler <schepler@debian.org>  Sun,  1 Aug 2004 14:43:48 -0700
 
 kdegames (4:3.2.3-1) unstable; urgency=low

--- kdegames/debian/control  #1.70:1.71
@@ -1,4 +1,4 @@
 Source: kdegames
-Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, libtool, kdelibs4-dev (>= 4:3.2.3), libqt3-mt-dev (>= 3:3.1.1), libarts1-dev, groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
+Build-Depends: cdbs, debhelper (>> 4.1.0), autoconf (>= 2.50), automake1.8, libtool, kdelibs4-dev (>= 4:3.2.92), libarts1-dev, groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils
 Section: games
 Priority: optional

--- kdegames/debian/rules  #1.55:1.56
@@ -14,9 +14,9 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static
 
-post-patches:: debian/stamp-kfouleggs-icon-uu debian/stamp-libtool-update
+post-patches:: debian/stamp-konquest-icons-uu debian/stamp-libtool-update
 
-debian/stamp-kfouleggs-icon-uu:
-        uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar xfz -
-        touch debian/stamp-kfouleggs-icon-uu
+debian/stamp-konquest-icons-uu:
+        uudecode -o - debian/patches/konquest_icons.tar.gz.uu | tar xfz -
+        touch debian/stamp-konquest-icons-uu
 
 debian/stamp-libtool-update:
@@ -50,17 +50,11 @@
 clean::
         rm -f debian/man/*.6
-        rm -f `uudecode -o - debian/patches/kfouleggs_icon.tar.gz.uu | tar tfz -`
-        rm -f debian/patches/kdegames_branch.tar.gz.uu
-        rm -f debian/stamp-kfouleggs-icon-uu \
+        rm -f `uudecode -o - debian/patches/konquest_icons.tar.gz.uu | tar tfz -`
+        rm -f debian/stamp-konquest-icons-uu \
                 debian/stamp-libtool-update debian/stamp-man-pages
-        rm -f debian/patches/kdegames_branch.tar.gz.uu
         rm -f admin/libtool.m4.in admin/ltmain.sh
 
 DEB_INSTALL_DOCS_ALL :=
 
-$(patsubst %,test-changes/%,$(DEB_ALL_PACKAGES)) :: test-changes/%:
-        echo $(cdbs_curpkg)
-        echo $(DEB_INSTALL_CHANGELOGS_ALL)
-
 DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(cdbs_curpkg)/$$f; then echo $(cdbs_curpkg)/$$f; break; fi; done)
 




Reply to: