Changeset 5045


Ignore:
Timestamp:
03/02/09 01:26:25 (4 years ago)
Author:
alanbach-guest
Message:
  • New upstream stable release
    • updated changelog.ubuntu
    • removed 01_make_type_scalable_for_missing_icons.patch, merged upstream
    • updated debian/rules to work with the current upstream source
Location:
pkg/boss/non-free/human-icon-theme/trunk/debian
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • pkg/boss/non-free/human-icon-theme/trunk/debian/changelog

    r5018 r5045  
    55    - removed 01_make_type_scalable_for_missing_icons.patch, merged 
    66      upstream 
     7    - updated debian/rules to work with the current upstream source 
    78 
    8  -- Alan Baghumian <alan@technotux.org>  Wed, 25 Feb 2009 19:14:21 -0800 
     9 -- Alan Baghumian <alan@technotux.org>  Sun, 01 Mar 2009 16:26:10 -0800 
    910 
    1011human-icon-theme (3:0.30.2.parsix-1) unstable; urgency=low 
  • pkg/boss/non-free/human-icon-theme/trunk/debian/control

    r4223 r5045  
    33Priority: optional 
    44Maintainer: Alan Baghumian <alan@technotux.org> 
    5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org> 
     5Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
    66Build-Depends: debhelper (>= 5), 
    7                cdbs, 
    8                gnome-pkg-tools (>= 0.12.2) 
     7               cdbs 
    98Build-Depends-Indep: libxml-parser-perl, 
     9                     hicolor-icon-theme, 
    1010                     pkg-config (>= 0.19), 
    1111                     icon-naming-utils (>= 0.8.1), 
    12                      libmagick9-dev (>= 5.5.7), 
     12                     libmagickcore-dev | libmagick9-dev, 
    1313                     imagemagick (>= 5.5.7), 
    14                      autotools-dev, 
    1514                     librsvg2-dev (>= 2.12.3), 
    1615                     lsb-release, 
    17                      autoconf, 
    18                      automake, 
    1916                     intltool, 
    2017                     sharutils 
  • pkg/boss/non-free/human-icon-theme/trunk/debian/control.in

    r4223 r5045  
    55Uploaders: @GNOME_TEAM@ 
    66Build-Depends: debhelper (>= 5), 
    7                cdbs, 
    8                gnome-pkg-tools (>= 0.12.2) 
     7               cdbs 
    98Build-Depends-Indep: libxml-parser-perl, 
     9                     hicolor-icon-theme, 
    1010                     pkg-config (>= 0.19), 
    1111                     icon-naming-utils (>= 0.8.1), 
    12                      libmagick9-dev (>= 5.5.7), 
     12                     libmagickcore-dev | libmagick9-dev, 
    1313                     imagemagick (>= 5.5.7), 
    14                      autotools-dev, 
    1514                     librsvg2-dev (>= 2.12.3), 
    1615                     lsb-release, 
    17                      autoconf, 
    18                      automake, 
    1916                     intltool, 
    2017                     sharutils 
  • pkg/boss/non-free/human-icon-theme/trunk/debian/human-icon-theme.links

    r3464 r5045  
    104104usr/share/icons/Human/scalable/devices/gnome-dev-removable-usb.svg usr/share/icons/Human/scalable/devices/drive-removable-media-usb.svg 
    105105usr/share/icons/Human/scalable/devices/gnome-dev-media-sdmmc.svg usr/share/icons/Human/scalable/devices/media-flash.svg 
    106  
     106usr/share/icons/Human/16x16/stock/generic/stock_folder-move.png usr/share/icons/Human/16x16/actions/folder-move.png 
     107usr/share/icons/Human/16x16/stock/generic/stock_folder-copy.png usr/share/icons/Human/16x16/actions/folder-copy.png 
     108/usr/share/icons/Human/16x16/apps/gnome-logout.png /usr/share/icons/Human/16x16/actions/system-log-out.png 
     109/usr/share/icons/Human/22x22/apps/gnome-logout.png /usr/share/icons/Human/22x22/actions/system-log-out.png 
     110/usr/share/icons/Human/24x24/apps/gnome-logout.png /usr/share/icons/Human/24x24/actions/system-log-out.png 
     111/usr/share/icons/Human/48x48/apps/gnome-logout.png /usr/share/icons/Human/48x48/actions/system-log-out.png 
     112/usr/share/icons/Human/scalable/apps/gnome-logout.png /usr/share/icons/Human/scalable/actions/system-log-out.png 
  • pkg/boss/non-free/human-icon-theme/trunk/debian/rules

    r2917 r5045  
    22 
    33include /usr/share/cdbs/1/rules/debhelper.mk 
    4 include /usr/share/cdbs/1/class/gnome.mk 
    5 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 
    6 include /usr/share/cdbs/1/rules/simple-patchsys.mk 
    7 include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk 
     4include /usr/share/cdbs/1/class/makefile.mk 
    85 
    96DISTRO := $(shell lsb_release -si) 
     7 
     8DEB_MAKE_INSTALL_TARGET=install DESTDIR=$(DEB_DESTDIR) 
     9ICON_DIR := debian/human-icon-theme/usr/share/icons/Human 
    1010DIRLIST := 22x22 24x24 48x48 
    1111 
     
    1818        @echo "=== Building for distribution: $(DISTRO) ===" 
    1919        find debian/$(DISTRO) -name '*.png' | xargs rm -fv 
    20         $(SHELL) debian/clean-up.sh 
    21  
    22 makebuilddir/human-icon-theme:: 
    23         ./autogen.sh --prefix=/usr 
    2420 
    2521build: 
     
    3127        fi 
    3228 
    33 ICON_DIR := debian/human-icon-theme/usr/share/icons/Human 
     29binary-post-install/human-icon-theme:: 
     30        dh_icons 
    3431 
    35 binary-post-install/human-icon-theme:: 
    3632        # replace the Ubuntu logos with the distribution overrides 
    3733        if [ -d debian/$(DISTRO) ]; then \ 
Note: See TracChangeset for help on using the changeset viewer.