Changeset 3329
- Timestamp:
- 03/16/08 20:23:57 (5 years ago)
- Location:
- pkg/main/gedit/trunk/debian
- Files:
-
- 4 edited
-
changelog (modified) (1 diff)
-
control (modified) (2 diffs)
-
control.in (modified) (2 diffs)
-
patches/99_ltmain_as-needed.patch (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/gedit/trunk/debian/changelog
r2549 r3329 1 gedit (2.22.0-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 16 Mar 2008 20:22:02 +0100 6 1 7 gedit (2.20.4-parsix1) unstable; urgency=low 2 8 -
pkg/main/gedit/trunk/debian/control
r2552 r3329 11 11 libbonobo2-dev (>= 2.15.0), 12 12 libgnomeui-dev (>= 2.16.0), 13 libgnomeprintui2.2-dev (>= 2.12.1),14 13 libglade2-dev (>= 2.5.1), 15 libgtksourceview2.0-dev (>= 2. 0.0),14 libgtksourceview2.0-dev (>= 2.1.0), 16 15 libattr1-dev, 17 16 scrollkeeper, … … 28 27 libenchant-dev, 29 28 iso-codes 30 Standards-Version: 3.7. 229 Standards-Version: 3.7.3 31 30 XS-Python-Version: >= 2.3 32 31 -
pkg/main/gedit/trunk/debian/control.in
r2356 r3329 11 11 libbonobo2-dev (>= 2.15.0), 12 12 libgnomeui-dev (>= 2.16.0), 13 libgnomeprintui2.2-dev (>= 2.12.1),14 13 libglade2-dev (>= 2.5.1), 15 libgtksourceview2.0-dev (>= 2. 0.0),14 libgtksourceview2.0-dev (>= 2.1.0), 16 15 libattr1-dev, 17 16 scrollkeeper, … … 28 27 libenchant-dev, 29 28 iso-codes 30 Standards-Version: 3.7. 229 Standards-Version: 3.7.3 31 30 XS-Python-Version: >= 2.3 32 31 -
pkg/main/gedit/trunk/debian/patches/99_ltmain_as-needed.patch
r2356 r3329 1 --- ltmain.sh.old 2007-10-09 07:38:25.000000000 +0200 2 +++ ltmain.sh 2007-10-09 07:39:25.000000000 +0200 3 @@ -1794,6 +1794,11 @@ 1 diff -ruN gedit-2.21.1/ltmain.sh gedit-2.21.1.new/ltmain.sh 2 --- gedit-2.21.1/ltmain.sh 2007-12-28 21:49:24.000000000 +0100 3 +++ gedit-2.21.1.new/ltmain.sh 2008-01-25 16:33:47.000000000 +0100 4 @@ -1754,6 +1754,11 @@ 4 5 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 5 6 ;; … … 13 14 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` 14 15 arg= 15 @@ -2 137,6 +2142,15 @@16 @@ -2094,6 +2099,15 @@ 16 17 lib= 17 18 found=no … … 26 27 + continue 27 28 + ;; 28 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe |-threads)29 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) 29 30 if test "$linkmode,$pass" = "prog,link"; then 30 31 compile_deplibs="$deplib $compile_deplibs"
Note: See TracChangeset
for help on using the changeset viewer.


