Browse Source

* inet removed

peter 20 years ago
parent
commit
5ee5b0f9b6
3 changed files with 2 additions and 3 deletions
  1. 1 1
      install/debian/changelog
  2. 0 1
      install/debian/fp-units-net.install.in
  3. 1 1
      install/debian/moveexamples

+ 1 - 1
install/debian/changelog

@@ -1,4 +1,4 @@
-fpc (1.9.6-0) unstable; urgency=low
+fpc (1.9.6-1) unstable; urgency=low
 
   * New release
 

+ 0 - 1
install/debian/fp-units-net.install.in

@@ -1,5 +1,4 @@
 /usr/share/doc/fp-units-net
 
-/usr/lib/fpc/%{fpcversion}/units/%{fpctarget}/inet
 /usr/lib/fpc/%{fpcversion}/units/%{fpctarget}/netdb
 /usr/lib/fpc/%{fpcversion}/units/%{fpctarget}/libasync

+ 1 - 1
install/debian/moveexamples

@@ -27,7 +27,7 @@ BASE_PACKAGES="paszlib pasjpeg regexpr ncurses md5"
 GFX_PACKAGES="forms ggi libgd svgalib opengl"
 DB_PACKAGES="ibase mysql oracle postgres gdbm odbc"
 MISC_PACKAGES="gdbint utmp syslog cdrom tcl"
-NET_PACKAGES="inet netdb"
+NET_PACKAGES="netdb"
 
 move_examples fcl "$FCL_PACKAGES"
 move_examples gtk "$GTK_PACKAGES"